MarketBeginRequestChartData(DateTime, DateTime, DateTime, DateTime, ChartDataType, IChartDataRequestChartDataCompleteEventHandler) Method
Requests historical chart data for a specified trading session.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public IChartDataRequest BeginRequestChartData(
DateTime pdtStartDate,
DateTime pdtEndDate,
DateTime pdtStartTime,
DateTime pdtEndTime,
ChartDataType penDataType,
IChartDataRequestChartDataCompleteEventHandler poCallback
)
Public Function BeginRequestChartData (
pdtStartDate As DateTime,
pdtEndDate As DateTime,
pdtStartTime As DateTime,
pdtEndTime As DateTime,
penDataType As ChartDataType,
poCallback As IChartDataRequestChartDataCompleteEventHandler
) As IChartDataRequest
- pdtStartDate DateTime
- The earliest date requested.
- pdtEndDate DateTime
- The latest date requested.
- pdtStartTime DateTime
- The start time of the session request. (The date portion of this parameter is ignored.)
- pdtEndTime DateTime
- The end time of the session request. (The date portion of this parameter is ignored.)
- penDataType ChartDataType
- Data type requested.
- poCallback IChartDataRequestChartDataCompleteEventHandler
- Callback to call when the request completes.
IChartDataRequest
A ChartDataRequest that will contain the request results after the request is processed
asynchronously.