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