enum O2GTableUpdateType
Brief
The enum specifies 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.
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. |