static public field O2GMarketStatus.MarketStatusOpen

Brief

The constant represents the opened market status.

Details

The opened market status means that trading is allowed.

To find out whether or not trading is allowed for a particular instrument, use the IO2GTradingSettingsProvider.getMarketStatus method passing the instrument symbol as an argument. For example,

O2GTradingSettingsProvider provider = loginRules.getTradingSettingsProvider();
O2GMarketStatus status = provider.getMarketStatus(mInstrument);

Declared in O2GMarketStatus

back