The TodaysActivityJsonRequest object is used as an input in GetTodaysActivityJson API. This API provides your today's order activity details in the JSON format.
TodaysActivityJsonRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| 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 |
| IncludeOnlyCompleted | No | bool |
Boolean flag to filter the order responses based on order event type Completed |
| 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 |
| TimeoutInSeconds | No | int32 |
Time out interval for the API request |
| UserToken | Yes | string |
A server generated GUID that is given as response to the client during the first login |