static public field O2GMarketStatus.MARKET_STATUS_OPEN
Brief
The constant represents the opened market status.
Details
The opened market status means that trading is allowed.
To find out whether trading is allowed or not for a particular instrument, use the
O2GTradingSettingsProvider.getMarketStatus method
passing the instrument symbol as an argument. For example,
O2GTradingSettingsProvider provider = loginRules.getTradingSettingsProvider();
O2GMarketStatus status = provider.getMarketStatus(mInstrument);
Declared in O2GMarketStatus