wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Fix return type for cancel all orders. #67

Closed dorak88783 closed 3 years ago

dorak88783 commented 3 years ago

Note that canceling OCO orders still might not work.

Fix for https://github.com/wisespace-io/binance-rs/issues/66.

wisespace-io commented 3 years ago

@dorak88783 I think the OrderCanceled needs to be extended to include some missing fields. The struct seems quite complex, I will take a look later to see what can be done.