Skip to content

Latest commit

 

History

History
56 lines (52 loc) · 3.17 KB

Execution.md

File metadata and controls

56 lines (52 loc) · 3.17 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 float32 [optional] [default to null]
Symbol string [optional] [default to null]
Side string [optional] [default to null]
LastQty float32 [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 float32 [optional] [default to null]
Price float64 [optional] [default to null]
DisplayQty float32 [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 float32 [optional] [default to null]
SimpleCumQty float64 [optional] [default to null]
CumQty float32 [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 float32 [optional] [default to null]
ExecComm float32 [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]