MarketDataGetMarketByRef Method
Try and find a market with the specified market ref. This will only succeed if the market is currently loaded in the API. This does not make a request to the server.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public Market GetMarketByRef(
string psExchangePrefix,
string psMarketRef
)
Public Function GetMarketByRef (
psExchangePrefix As String,
psMarketRef As String
) As Market
- psExchangePrefix String
- The exchange to search in, e.g. CME
- psMarketRef String
- The exchange provided market ref, e.g. ESH6
MarketThe specified market, or Nothing