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

MaxOrders nullable in BitgetSymbol #3

Closed PhilAlain closed 8 months ago

PhilAlain commented 8 months ago

BitgetSymbol class shoud have MaxOrders nullable: public int? MaxOrders

https://[api.bitget.com/api/spot/v1/public/products](https://api.bitget.com/api/spot/v1/public/products) { "symbol": "ETHUSDT_SPBL", "symbolName": "ETHUSDT", "baseCoin": "ETH", "quoteCoin": "USDT", ... "maxOrderNum": null },

Regards, Phil

JKorf commented 8 months ago

This should be fixed in the latest version