Skip to content

Commit

Permalink
Order type update (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
krolov authored Jun 28, 2021
1 parent 052cbf0 commit cab6067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,10 @@ declare module 'binance-api-node' {
clientOrderId: string
cummulativeQuoteQty: string
executedQty: string
fills?: OrderFill[]
icebergQty?: string
isIsolated?: boolean
isWorking: boolean
orderId: number
orderListId: number
origQty: string
Expand All @@ -789,10 +792,11 @@ declare module 'binance-api-node' {
status: OrderStatus
stopPrice?: string
symbol: string
time: number
timeInForce: TimeInForce
transactTime?: number
type: OrderType
fills?: OrderFill[]
updateTime: number
}

export enum ListOrderStatus {
Expand Down

0 comments on commit cab6067

Please sign in to comment.