Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "binance/types/binance_open_order_snapshot"

Index

Type aliases

BinanceOpenOrderSnapshot

BinanceOpenOrderSnapshot: { canceledOrderId: string; clientOrderId: string; comissionAmount: string; comissionAsset: string | null; cumulativeFilledQuantity: string; cumulativeQuoteQty: string; eventTime: number; eventType: BinanceUserDataEventType; executionStatus: string; executionType: string; icebergQuantity: string; isMakerTrade: boolean; isOrderOnBook: boolean; lastExecutedPrice: string; lastExecutedQuantity: string; lastQuoteAssetTransactedQuantity: string; orderCreationTime: number; orderId: number; orderListId: number; orderPrice: string; orderQuantity: string; orderType: string; quoteOrderQty: string; rejectReason: string; side: "BUY" | "SELL"; stopPrice: string; symbol: string; timeInForce: string; tradeID: number; transactionTime: number }

Type declaration

  • canceledOrderId: string
  • clientOrderId: string
  • comissionAmount: string
  • comissionAsset: string | null
  • cumulativeFilledQuantity: string
  • cumulativeQuoteQty: string
  • eventTime: number
  • eventType: BinanceUserDataEventType
  • executionStatus: string
  • executionType: string
  • icebergQuantity: string
  • isMakerTrade: boolean
  • isOrderOnBook: boolean
  • lastExecutedPrice: string
  • lastExecutedQuantity: string
  • lastQuoteAssetTransactedQuantity: string
  • orderCreationTime: number
  • orderId: number
  • orderListId: number
  • orderPrice: string
  • orderQuantity: string
  • orderType: string
  • quoteOrderQty: string
  • rejectReason: string
  • side: "BUY" | "SELL"
  • stopPrice: string
  • symbol: string
  • timeInForce: string
  • tradeID: number
  • transactionTime: number

BinanceUserDataEventType

BinanceUserDataEventType: "balanceUpdate" | "outboundAccountPosition" | "executionReport"

Generated using TypeDoc