enum O2GTableStatus

Brief

The enum defines a set of constants representing the trading table load status.

Details

If your application uses the O2GTableManager, the trading tables are loaded from the trading server into the ForexConnect memory. In order to work with the trading tables an O2GTableManager object must have the TABLES_LOADED status.

You can also monitor the load status change of every table in your implementation of the IO2GTableListener.onStatusChanged method. The table load status can be obtained at any time by calling the O2GTable.getStatus method.

A table can be used only if it has the REFRESHED status.

The namespace is com.fxcore2.

Static Public Fields

FAILED

The constant represents the failed table status.

INITIAL

The constant represents the initial table status.

REFRESHED

The constant represents the refreshed table status.

REFRESHING

The constant represents the refreshing table status.

back