MarketDataGetMarket(String) Method
Get the market from the specified id.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public Market GetMarket(
string psMarketID
)
Public Function GetMarket (
psMarketID As String
) As Market
- psMarketID String
- MarketID of the market to get
Market
Returns the specified market if it is loaded. If the market is not loaded in the API currently then this returns Nothing.