enum O2GTableStatus
Brief
The enum specifies a set of constants representing the trading table load status.
Details
If your application uses the IO2GTableManager, the trading tables
are loaded from the trading server into the ForexConnect memory. In order to work with the trading tables, an
IO2GTableManager object must have the
TablesLoaded status.
You can also monitor the load status change of every table by implementing the
IO2GTableListener.onStatusChanged method.
The table load status can be obtained at any time by calling the
IO2GTable.getStatus method.
A table can be used only if it has the Rerfreshed
status.
Static Public Fields | |
The constant represents the failed table status. |
|
The constant represents the initial table status. |
|
The constant represents the refreshed table status. |
|
The constant represents the refreshing table status. |