Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.97 KB

Order.md

File metadata and controls

37 lines (33 loc) · 1.97 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 int64 [optional] [default to null]
Symbol string [optional] [default to null]
Side string [optional] [default to null]
OrderQty int64 [optional] [default to null]
Price float64 [optional] [default to null]
DisplayQty int64 [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]
OrdStatus string [optional] [default to null]
Triggered string [optional] [default to null]
WorkingIndicator bool [optional] [default to null]
OrdRejReason string [optional] [default to null]
LeavesQty int64 [optional] [default to null]
CumQty int64 [optional] [default to null]
AvgPx float64 [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]