Skip to main content

Order

Order view used by GetOrder/ListOrders.

FieldTypeRequiredNullableDefaultDescription
OrderIdintYesNoLive order id.
CreatedAtdatetimeYesNoUTC timestamp when the order was created.
FilledAtdatetimeYesNoUTC timestamp when the order was filled (if filled).
ExecPlanIdintYesNoLive execution plan id the order belongs to.
BrokerAccountIdstrYesNoBroker account id the order belongs to.
LegGroupIdintYesNoLeg group id within the execution plan this order is for.
StateOrderStateYesNoCurrent order state.
SidestrYesNoOrder side ("B" = buy, "S" = sell).
QtyDecimalYesNoSigned quantity (negative = sell, positive = buy).
CumQtyDecimalYesNoSigned cumulative filled quantity (negative = sell, positive = buy).
AvgFillPriceDecimalYesYesAverage fill price (if available).
LastFillPriceDecimalYesYesLast fill price (if available).
LimitPriceDecimalYesYesLimit price (if applicable).
StopPriceDecimalYesYesStop price (if applicable).
OrderTypeOrderTypeYesNoOrder type.
TimeInForceTimeInForceYesNoTime-in-force.
LastUpdateddatetimeYesNoUTC timestamp when the order was last updated.