tiagosiebler / binance

Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & browser support, integration tests, beautification & more.
MIT License
747 stars 266 forks source link

Add missing time in force (usdm) #329

Closed tiagosiebler closed 7 months ago

tiagosiebler commented 1 year ago

GTX seems to be missing:

Time in force (timeInForce):

GTC - Good Till Cancel IOC - Immediate or Cancel FOK - Fill or Kill GTX - Good Till Crossing (Post Only)

https://binance-docs.github.io/apidocs/futures/en/#public-endpoints-info

tiagosiebler commented 7 months ago

Fixed in v2.9.0 via #380