Skip to content

Latest commit

 

History

History
56 lines (52 loc) · 3.14 KB

Execution.md

File metadata and controls

56 lines (52 loc) · 3.14 KB

Execution

Properties

Name Type Description Notes
ExecID string [default to null]
OrderID string [optional] [default to null]
ClOrdID string [optional] [default to null]
ClOrdLinkID string [optional] [default to null]
Account int [optional] [default to null]
Symbol string [optional] [default to null]
Side string [optional] [default to null]
LastQty int [optional] [default to null]
LastPx float64 [optional] [default to null]
UnderlyingLastPx float64 [optional] [default to null]
LastMkt string [optional] [default to null]
LastLiquidityInd string [optional] [default to null]
SimpleOrderQty float64 [optional] [default to null]
OrderQty int [optional] [default to null]
Price float64 [optional] [default to null]
DisplayQty int [optional] [default to null]
StopPx float64 [optional] [default to null]
PegOffsetValue float64 [optional] [default to null]
PegPriceType string [optional] [default to null]
Currency string [optional] [default to null]
SettlCurrency string [optional] [default to null]
ExecType string [optional] [default to null]
OrdType string [optional] [default to null]
TimeInForce string [optional] [default to null]
ExecInst string [optional] [default to null]
ContingencyType string [optional] [default to null]
ExDestination string [optional] [default to null]
OrdStatus string [optional] [default to null]
Triggered string [optional] [default to null]
WorkingIndicator bool [optional] [default to null]
OrdRejReason string [optional] [default to null]
SimpleLeavesQty float64 [optional] [default to null]
LeavesQty int [optional] [default to null]
SimpleCumQty float64 [optional] [default to null]
CumQty int [optional] [default to null]
AvgPx float64 [optional] [default to null]
Commission float64 [optional] [default to null]
TradePublishIndicator string [optional] [default to null]
MultiLegReportingType string [optional] [default to null]
Text string [optional] [default to null]
TrdMatchID string [optional] [default to null]
ExecCost int [optional] [default to null]
ExecComm int [optional] [default to null]
HomeNotional float64 [optional] [default to null]
ForeignNotional float64 [optional] [default to null]
TransactTime time.Time [optional] [default to null]
Timestamp time.Time [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]