From 2ccba54b02b08d8f0ea322c60bbf7a820fc5619d Mon Sep 17 00:00:00 2001 From: Dario Arrieta Date: Wed, 27 Sep 2023 08:06:28 -0500 Subject: [PATCH] add quantity type to TrailingStopMarketNewFuturesOrder --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index e172ec4a..ea153200 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1163,6 +1163,8 @@ declare module 'binance-api-node' { export interface TrailingStopMarketNewFuturesOrder extends NewFuturesOrderBase { type: 'TRAILING_STOP_MARKET' + + quantity?:string // default as the latest price(supporting different workingType) activationPrice?: string // min 0.1, max 5 where 1 for 1%