public method IO2GTradingSettingsProvider.getMarketStatus

Brief

Checks whether the trading in the instrument is allowed (whether the market is opened or closed).

Declaration
C++
virtual O2GMarketStatus  getMarketStatus (const char * instrument) = 0

Parameters
instrument

Gets the name of the instrument to get the trading setting for.

Details

Return MarketStatusUndefined in case of error.

Declared in IO2GTradingSettingsProvider

back