The OrderId. Only required in NewAutotradeOrder and ReplaceAutotradeOrder endpoints
'1' = Market, '2' = Limit, '3' = Stop
| Enum Value | Description |
|---|---|
| 1 | Market |
| 2 | Limit |
| 3 | Stop |
Only required in ReplaceAutotradeOrder endpoint. 'O' = Open, 'C' = Close
| Enum Value | Description |
|---|---|
| O | Open |
| C | Close |
The time in force. 0 = Day, 1 = Good Till Cancel (GTC)
| Enum Value | Description |
|---|---|
| 0 | Day |
| 1 | GTC |
Only available in NewStrategyOrder endpoint. The C2-formatted Price at which to place a exit conditional order
Only available in NewStrategyOrder endpoint. The C2-formatted Price at which to place a exit conditional order
Only available in NewStrategyOrder endpoint. Default is false. Used to indicate the ProfitTarget and StopLoss orders should not be added to a OCA group. Each exit order will be managed separately
Used to specify that this order is conditional (a child) on another
The New-York date/time when the signal should be released. Applies only to Strategy signals
Used to indicate this order should not be synched in the brokerage account. Only applies to Opening non-market orders
The order rejection message. Only available in response when OrderStatus = '8' (Rejected)
'A' = PendingNew, '0' = Working, '1' = Partially filled, '2' = Filled, '4' = Canceled, '5' = Replaced, '6' = Pending Cancel, '8' = Rejected, 'C' = Expired, 'E' = Pending Replace
The type of signal. 1 = StrategySignal, 4 = ManualSignal, 5 = StrategySignalManualOverride, 6 = AutoStopLoss
{ "Id": 0, "OrderId": "string", "StrategyId": 0, "StrategyName": "string", "SignalId": 0, "AvgPx": 0.1, "OrderType": "1", "Side": "1", "OpenClose": "O", "OrderQuantity": 0.1, "Limit": 0.1, "Stop": 0.1, "TIF": "0", "ProfitTarget": 0.1, "StopLoss": 0.1, "DoNotCreateOCAGroup": true, "CancelReplaceSignalId": 0, "ParentSignalId": 0, "ParkedUntilDate": "2019-08-24T14:15:22Z", "DoNotSyncToOpen": true, "C2Symbol": { "FullSymbol": "string", "SymbolType": "string", "Underlying": "string", "Expiry": "string", "PutOrCall": "string", "StrikePrice": 0.1, "Description": "string" }, "ExchangeSymbol": { "Symbol": "string", "Currency": "string", "SecurityExchange": "string", "SecurityType": "string", "MaturityMonthYear": "string", "PutOrCall": 0, "StrikePrice": 0.1, "PriceMultiplier": 0.1 }, "RejectMessage": "string", "BrokerId": 0, "OrderStatus": "string", "FilledQuantity": 0.1, "AvgFillPrice": 0.1, "PostedDate": "2019-08-24T14:15:22Z", "SignalType": 0, "Info": "string" }