Skip to main content

OrderUpdateEvent

Order lifecycle update event.

FieldTypeRequiredNullableDefaultDescription
EventIdUUIDNoNoStable unique identifier for this event instance.
EventSeqIdintNoNoServer-assigned event sequence id used for ordering and replay/history APIs.
EventTimedatetimeYesNoUTC timestamp when the event occurred on the server.
OrderIdintYesNoLive order id.
BrokerAccountIdstrNoYesBroker account id the order belongs to (may be null in some contexts).
ExecPlanIdintNoYesLive execution plan id this order belongs to (if known).
LegGroupIdintNoYesLeg group id within the execution plan (if known).
StrategyIdintYesNoLive strategy id this order is associated with.
StrategyNamestrYesNoStrategy name at the time of the event.
StateOrderStateYesNoCurrent order state.
FilledQtyDecimalYesYesQuantity filled so far (if available).
RemainingQtyDecimalYesYesRemaining quantity (if available).
FillPriceDecimalYesYesLast fill price (if available).
AvgFillPriceDecimalYesYesAverage fill price across all fills (if available).
RejectionOrderRejectionInfoNoYesRejection details when the order is rejected.