Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IOrder

Index

Properties

baseAsset: string
clientOrderId: string
createdAt: Date
cummulativeQuoteQty: number
executedQty?: number
fee?: number
feeCurrency?: string
orderId: string
origQty: number
origQuoteOrderQty?: number
price: number
quoteAsset: string
side: "BUY" | "SELL"
status: "CANCELED" | "EXPIRED" | "FILLED" | "NEW" | "PARTIALLY_FILLED" | "PENDING_CANCEL" | "REJECTED"
type: "LIMIT" | "LIMIT_MAKER" | "MARKET" | "STOP" | "STOP_LOSS_LIMIT" | "STOP_MARKET" | "TAKE_PROFIT" | "TAKE_PROFIT_MARKET" | "TAKE_PROFIT_LIMIT" | "TRAILING_STOP_MARKET"
updatedAt?: Date

Generated using TypeDoc