Igosuki / binance-rs-async

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

futures: fix get_open_orders request not pass symbol #118

Closed KennyYanXM closed 3 months ago

KennyYanXM commented 3 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.

KennyYanXM commented 3 months ago

close it, committed with wrong branch