Market symbol as base-quote pair e.g. 'ETH-USD'
Exchange-assigned order identifier
Address of the wallet which placed the order
Timestamp of initial order processing by the matching engine
Current order status
enum OrderStatus
enum OrderSide
Original quantity specified by the order in base terms
Quantity that has been executed in base terms
Cumulative quantity that has been spent (buy orders) or received (sell orders) in quote terms.
Reduce only orders are only accepted opposite open positions and only reduce an opposite position’s size
Self-trade prevention policy
Timestamp of the most recent update
Readonly
typeundefined
, indicates the message is a liquidation
or deleverage
where fills
will include a single IDEXOrderFillEventData.type of
FillTypeSystem.Type of order update
enum OrderStateChange
Optional
clientClient-specified order identifier (if provided)
Optional
errorError short code explaining forced cancelation condition
Optional
errorError description explaining forced cancelation condition
Optional
avgWeighted average price of fills associated with the order; only present with fills
Optional
priceOriginal price specified by the order in quote terms, omitted for all market orders
Optional
triggerStop loss or take profit price for order types:
Activation price for order types:
Optional
triggerPrice type for triggerPrice, last or index, only present when triggerPrice is defined
enum TriggerType
Optional
timeenum TimeInForce
Optional
sequenceorder book update sequence number, only included if update type triggers an order book update
related sequence
All types other than IDEXOrderEventDataSystemFill include most properties from IDEXOrder