MarketDataGetMarket(String) Method

Get the market from the specified id.

Definition

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

Parameters

psMarketID  String
MarketID of the market to get

Return Value

Market
Returns the specified market if it is loaded. If the market is not loaded in the API currently then this returns Nothing.

See Also