Open CryptoUncleSam opened 3 years ago
https://github.com/BitMEX/api-connectors/blob/master/auto-generated/python/docs/OrderApi.md#order_cancel Say param is order_id when is orderID
Looks like the adapter is trying to be "smart" and convert camelCase parameters to snake_case ones, which it shouldn't do as these keys are sent over the wire. We'll investigate.
https://github.com/BitMEX/api-connectors/blob/master/auto-generated/python/docs/OrderApi.md#order_cancel Say param is order_id when is orderID