ContractBeginRequestChartData(DateTime, DateTime, DateTime, DateTime, ChartDataType, IChartDataRequestChartDataCompleteEventHandler) Method

Requests chart data for the contract (active markets.)

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public IChartDataRequest BeginRequestChartData(
	DateTime pdtStartDate,
	DateTime pdtEndDate,
	DateTime pdtStartTime,
	DateTime pdtEndTime,
	ChartDataType penDataType,
	IChartDataRequestChartDataCompleteEventHandler poCallback
)

Parameters

pdtStartDate  DateTime
Start date requested.
pdtEndDate  DateTime
End date requested.
pdtStartTime  DateTime
Session start time.
pdtEndTime  DateTime
Session end time.
penDataType  ChartDataType
Data type requested.
poCallback  IChartDataRequestChartDataCompleteEventHandler
Callback to call when the request completes.

Return Value

IChartDataRequest
A ChartContractDataRequest that will contain the request results after the request is processed asynchronously.

See Also