enum O2GMarketStatus

Brief

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

Details

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

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Static Public Fields

MarketStatusClosed

The constant represents the closed market status.

MarketStatusOpen

The constant represents the opened market status.

back