tiagosiebler / binance

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

Add trailingDelta to order params #346

Closed 0xSmartCrypto closed 12 months ago

0xSmartCrypto commented 1 year ago

According to Binance API docs, it seems trailingDelta is missing from NewSpotOrderParams.

I propose adding it, as well as changing the case for NewOCOParams to trailingDelta for consistency.

@tiagosiebler

tiagosiebler commented 12 months ago

Fixed already thanjs to your PR #347, closing this