hirokisan / bybit

Bybit client library for Go
https://pkg.go.dev/github.com/hirokisan/bybit/v2
MIT License
90 stars 58 forks source link

FIX: add return value for get instruments info #173

Closed boyi closed 2 months ago

boyi commented 2 months ago

link

lotSizeFilter Object Size attributes
> minNotionalValue string Minimum notional value
> maxOrderQty string Maximum quantity for Limit and PostOnly order
> maxMktOrderQty string Maximum quantity for Market order
> minOrderQty string Minimum order quantity
> qtyStep string The step to increase/reduce order quantity
> postOnlyMaxOrderQty string Depreciated, please use maxOrderQty

the lotSizeFilter have 6 attributes but in bybit-golang there are only four.