JKorf / Bitget.Net

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

in SubscribeToOrderUpdatesAsync() ClientOrderId returns always NULL #42

Closed danielhw2 closed 2 weeks ago

danielhw2 commented 2 weeks ago

Describe the bug The Data event in SubscribeToOrderUpdatesAsync() always contais ClientOrderId as NULL, but the order has a value and the correct value is shown in OriginalData "clientOid".

Expected behavior The ClientOrderId property/field should have the "clientOid" value.

.NET 8.0 CryptoExchange.Net 7.11.2 JK.Bitget.Net 1.9.4

JKorf commented 2 weeks ago

Hi, the value in the documentation incorrectly had clientOId (capital I). I've fixed it in the latest version

danielhw2 commented 2 weeks ago

👏 👏 👏 💪