HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
683 stars 333 forks source link

add support for batch cancelling by client order ids #120

Open aleqx opened 2 years ago

aleqx commented 2 years ago

The Rest API allows client order ids as well (in addition to order ids) but the Python code does not. I added it in this PR as it's very useful to have. Tried and tested on my side and confirmed working on the exchange. Feel free to review and accept.