enum O2GMarketStatus

Brief

The enum specifies a set of constants representing the market status.

Details

The market status can be obtained by calling the IO2GTradingSettingsProvider.getMarketStatus method.

Static Public Fields

MarketStatusClosed

The constant represents the closed market status.

MarketStatusOpen

The constant represents the opened market status.

MarketStatusUndefined

The constant represents the unknown or undefined market status.

back