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.
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
Static Public Fields | |
The constant represents a table row deletion. |
|
The constant represents a table row insertion. |
|
The constant represent a table row update. |
|
The constant represents an unknown update type. |