JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.05k stars 429 forks source link

Query OCO order seem out of date #697

Closed ndphuong closed 3 years ago

ndphuong commented 3 years ago

I see official binance api describe: GET /api/v3/orderList image

But our code is: https://github.com/JKorf/Binance.Net/blob/7387bba4731b49e826742efa0649a0a50e02791b/Binance.Net/SubClients/Spot/BinanceClientSpotOrders.cs#L632-L634

It should replace listClientOrderId by origClientOrderId right?

JKorf commented 3 years ago

You're right, it's fixed in the latest version.