enum O2GMarketStatus

Brief

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

Details

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

The namespace is com.fxcore2.

Static Public Fields

MARKET_STATUS_CLOSED

The constant represents the closed market status.

MARKET_STATUS_OPEN

The constant represents the opened market status.

back