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

Delete

The constant represents a deletion of a row from a table.

Insert

The constant represents an insertion of a row into a table.

Update

The constant represent an updating of a row in a table.

UpdateUnknown

The constant represents an unknown update type.

back