IChartDataRequestGetMarket Method

Returns the market for the specified market id.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
Market GetMarket(
	string psMarketID
)

Parameters

psMarketID  String
The market id

Return Value

Market
The specified market

Remarks

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.

See Also