Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 2.29 KB

Order.md

File metadata and controls

42 lines (38 loc) · 2.29 KB

Order

Properties

Name Type Description Notes
OrderID string [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]
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]
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]
MultiLegReportingType string [optional] [default to null]
Text string [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]