node-binance-api icon indicating copy to clipboard operation
node-binance-api copied to clipboard

shouldn't this be GTC?

Open planktonfun opened this issue 4 years ago • 0 comments

my limit order expired in 2 seconds shouldnt it be GTC instead of GTX?

used function: futuresBuy( symbol, quantity, price );

if this is intended as GTX what should I do to make the limit order not expire?

ref: https://github.com/jaggedsoft/node-binance-api/blob/0d0a4cd91f7698efbd4d896a323209ca6706b944/node-binance-api.js#L497

planktonfun avatar Nov 21 '21 11:11 planktonfun