MarketDataRequestChartDataBatch Method

Request batch chart data.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public string RequestChartDataBatch(
	string psExchangeID,
	string psContractID,
	string psMarketID,
	ChartDataType penDataType,
	DateTime pdtStartDate,
	DateTime pdtEndDate,
	DateTime pdtSessStartTime,
	DateTime pdtSessEndTime
)

Parameters

psExchangeID  String
The exchange
psContractID  String
The contract
psMarketID  String
The market
penDataType  ChartDataType
The type of data
pdtStartDate  DateTime
The start date
pdtEndDate  DateTime
The end date
pdtSessStartTime  DateTime
The session start time
pdtSessEndTime  DateTime
The session end time

Return Value

String
The request id

See Also