File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " binance" ,
3- "version" : " 2.15.4 " ,
3+ "version" : " 2.15.5 " ,
44 "description" : " Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests." ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
9292 "url" : " https://github.com/tiagosiebler/binance/issues"
9393 },
9494 "homepage" : " https://github.com/tiagosiebler/binance#readme"
95- }
95+ }
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export interface NewFuturesOrderParams<numberType = number> {
138138 newOrderRespType ?: OrderResponseType ;
139139 selfTradePreventionMode ?: SelfTradePreventionMode ;
140140 priceMatch ?: PriceMatchMode ;
141+ goodTillDate ?: number ; // Mandatory when timeInForce is GTD
141142}
142143
143144export interface ModifyFuturesOrderParams < numberType = number > {
You can’t perform that action at this time.
0 commit comments