burakoner / OKEx.Net

Open source .Net API wrapper for the @OKEx V5 Rest API and V5 Websocket API
MIT License
86 stars 49 forks source link

fix bug of parsing error for NULL value in API response #49

Closed sheldon1310 closed 2 years ago

sheldon1310 commented 2 years ago

For example, when we place a limit order, but not filled, FillTime will be NULL in API response. Then if we use client.GetOrderDetails(...) to get order object, it will cause deserialization error.