enum O2GTableUpdateType
Brief
The enum defines a set of constants representing the type of the trading table update.
Details
To process different types of the table updates, your application must implement the IO2GTableListener interface.
The namespace is com.fxcore2
.
Static Public Fields | |
The constant represents a deletion of a row from a table. |
|
The constant represents an insertion of a row into a table. |
|
The constant represent an updating of a row in a table. |
|
The constant represents an unknown update type. |