The SubscribeOrderInfoRequest object is used as an input in SubscribeOrderInfo API. This API is used to fetch the order activity (submit, change, cancel etc.) during the day.
SubscribeOrderInfoRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| ExcludeHistory | No | bool |
Boolean flag to exclude the historic order responses and return only the latest events |
| FieldSelection | No | enum | Field selection |
| IncludeClerkReject | No | bool | Boolean flag to filter the order responses based on order type ClerkReject |
| IncludeExchangeAcceptOrder | No | bool | Boolean flag to filter the order responses based on order type ExchangeAcceptOrder |
| IncludeExchangeTradeOrder | No | bool | Boolean flag to filter the order responses based on order type ExchangeTradeOrder |
| IncludeForeignExecution | No | bool | Boolean Flag to filter the order responses based on order type ForeignExecution |
| IncludeUserSubmitAllocation | No | bool | Boolean flag to filter the order responses based on order type UserSubmitAllocation |
| IncludeUserSubmitAllocationEx | No | bool | Boolean flag to filter the order responses based on order type UserSubmitAllocationEx |
| IncludeUserSubmitCancel | No | bool | Boolean flag to filter the order responses based on order type UserSubmitCancel |
| IncludeUserSubmitChange | No | bool | Boolean flag to filter the order responses based on order type UserSubmitChange |
| IncludeUserSubmitCompoundOrder | No | bool | Boolean flag to filter the order responses based on order type UserSubmitCompoundOrder |
| IncludeUserSubmitOrder | No | bool | Boolean flag to filter the order responses based on order type UserSubmitOrder |
| IncludeUserSubmitStagedOrder | No | bool | Boolean flag to filter the order responses based on order type UserSubmitStagedOrder |
| IncludeUserSubmitTradeReport | No | bool | Boolean flag to filter the order responses based on order type UserSubmitTradeReport |
| SubscriptionLevel | No | enum | FILL = 0; STATUS = 1 (This Field is deprecated) |
| UserToken | Yes | string | A server generated GUID that is given as response to the client during the first login |