enum O2GTableStatus
Brief
The enum specifies 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
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
O2GTable.getStatus method.
A table can be used only if it has the Refreshed
status.
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
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. |