The TodaysBrokenDownPositionsRequest object is used as an input in GetTodaysBrokenDownPositions API. This API is used to fetch the broken-down position details for the current day.
TodaysBrokenDownPositionsRequest
| Field Name | Required? | Data Type | Accepted Values/Examples |
|---|---|---|---|
| BBCDFilter | No | string | To filter based on a single BBCD level, BBCDFilter parameter must be added to the request before API call. Use semi-colon to separate the BBCD (e.g.; BANK;BRANCH;CUSTOMER;DEPOSIT). Example: To filter for a particular Deposit add BANK;BRANCH;CUSTOMER;DEPOSIT. Similarly, to filter for a particular Customer add BANK;BRANCH;CUSTOMER and BANK;BRANCH or BANK accordingly for Branch or Bank level filter. |
| TickerFilter | No | string | To filter based on a single or multiple Symbol, TickerFilter parameter must be added to the request before API call. Use semi-colon to add more symbols (e.g.; AAPL;IBM;VOD.LSE). |
| 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 |