The TodaysActivityRequest object is used as an input in GetTodaysActivity API. This API is used to fetch your order related details (submit, change, cancel etc.) for the current day.
TodaysActivityRequest
| 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 |
| UserSubmitStagedOrderFullInfo | No | bool | Boolean flag to filter all the child events associated with the parent order |
| UserToken | Yes | string |
A server generated GUID that is given as response to the client during the first login |