static public field O2GMarketStatus.MarketStatusClosed

Brief

The constant represents the closed market status.

Details

The closed market status means that trading is not allowed.

To find out whether or not trading is allowed for a particular instrument, use 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