Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
183 stars 113 forks source link

futures: fix get_open_orders() not passing symbol field #119

Closed KennyYanXM closed 5 months ago

KennyYanXM commented 6 months ago

currently in get_open_orders() method the built request doesn't include symbol field which will cause the call always return all open orders of all symbols, I fixed it by changing into struct and now it can return open orders for specific symbol.

Igosuki commented 5 months ago

Hi, thank you for the patch.