ContractBeginRequestActiveMarket Method
Requests the active market for the specified trade date for the contract.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public ActiveMarketRequest BeginRequestActiveMarket(
DateTime pdTradeDate,
ActiveMarketRequestChartDataCompleteEventHandler poCallback
)
Public Function BeginRequestActiveMarket (
pdTradeDate As DateTime,
poCallback As ActiveMarketRequestChartDataCompleteEventHandler
) As ActiveMarketRequest
- pdTradeDate DateTime
- Start date requested.
- poCallback ActiveMarketRequestChartDataCompleteEventHandler
- Callback to call when the request completes.
ActiveMarketRequest
A ChartContractDataRequest that will contain the request results after the request is processed asynchronously.