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 9 forks source link

error GetPlanOrdersAsync in FuturesApi #9

Closed dante1989 closed 6 months ago

dante1989 commented 7 months ago

Dim PlanOrders = Await clientFutureBitget.FuturesApi.Trading.GetPlanOrdersAsync("ETHUSD_DMCBL")

i got PlanOrders.Success is False and error from PlanOrders.Error.Message is Deserialize JsonSerializationException: Error setting value to 'UpdateTime' on 'Bitget.Net.Objects.Models.BitgetFuturesPlanOrder

dante1989 commented 7 months ago

I guess that this error from uTime (UpdateTime) having value "NULL"

Screenshot 2024-02-08 195816

dante1989 commented 7 months ago

hello, anything news, i'm waitting for you. ^^

JKorf commented 6 months ago

Sorry for the delay. I've changed the UpdateTime properties to be nullable on multiple different models, so that should be working correctly now.

dante1989 commented 6 months ago

thank you, i have sent the donation ^^