public interface IChartDataRequestPublic Interface IChartDataRequest| Data | Gets the data this request has retrieved. |
| RequestedDataType | Gets the data type requested. |
| RequestedEndTime | Gets the end time for session requests. |
| RequestedStartTime | Gets the start time for session requests. |
| RequestID | Gets the unique id of the request. |
| Status | Gets the status of the request. |
| StatusMessage | Gets the status message of the request. |
| TotalProcessTime | Gets the total time (in milli-seconds) this request took to process. |
| TradeDatesProcessed | Gets the date range actually processed. |
| TradeDatesRequested | Gets the date range orginially requested. |
| TradeDaysProcessed | Gets a count of the number of trade days actually processed. |
| GetMarket | Returns the market for the specified market id. |
| ChartDataComplete | Event raised when the request is complete. |