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

Delete

The constant represents a table row deletion.

Insert

The constant represents a table row insertion.

Update

The constant represent a table row update.

UpdateUnknown

The constant represents an unknown update type.

back