OutputOrder

NameTypeSize (bytes)Description
IdForeign key to Order8The Id of the newly entered Order.
ClOrdIDString60Client OrderId that was entered with the Order, for FIX orders.
StatusSet of OrderStatus4
TotalBalanceInteger (signed)8The total quantity remaining unmatched for the Order. This is the absolute size of the remaining quantity for the Order inclusive of any hidden quantity.
VisibleBalanceInteger (signed)8The current visible balance of the Order after any matching has taken place. This is the part of the total balance that is currently displayed in the Order book.
HiddenBalanceInteger (signed)8The remaining hidden quantity for the Order. This is the part of the total balance that is currently hidden from the market.
TypeSet of OrderType4
InstrumentMarketForeign key to InstrumentMarket8
SideOne of OrderSide1Whether this is a Buy (0) or a Sell (1).
OrigClOrdIDString60For FIX orders, the Client OrderId of the original Order that was amended.
LimitInteger (signed)8If there is an error where a limit will be breached, preventing the Order amendment, this is the value of the limit that will be breached.
MatchedQuantityInteger (signed)8
SettlementValueRequiredInteger (signed)8
ReferenceString20The published identifier for the Order created by the transaction to which this is the reply. It is a string of characters that uniquely identifies every Order in the system.
order_indexForeign key to Order8
priceInteger (signed)8
liveforInteger (unsigned)4
sourceOne of Source1
quotereqidString60
shortnameString24The short text identifier of this OutputOrder.