Skip to content

Commit

Permalink
add quantity type to TrailingStopMarketNewFuturesOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
Djarrieta committed Sep 27, 2023
1 parent 8e7e030 commit 2ccba54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 2ccba54

Please sign in to comment.