IChartDataRequestGetMarket Method
Returns the market for the specified market id.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
Market GetMarket(
string psMarketID
)
Function GetMarket (
psMarketID As String
) As Market
- psMarketID String
- The market id
MarketThe specified market
This will only return a market for markets related to this request.
For example, if contract data is requested, all the markets of that contract
and all related contracts will be available.
If chart data for a specific market was requested, only that market will be available.