public method IO2GTablesUpdatesReader.getUpdateTable

Brief

Gets the table that is updated.

Declaration
C++
virtual O2GTable  getUpdateTable (int index) = 0

Parameters
index

The index of a row in the reader. The index must be between 0 and size() - 1.

Details

The possible return values are as follows:

Accounts

The Accounts table.

Offers

The Offers table.

Orders

The Orders table.

Trades

The Trades table.

ClosedTrades

The Closed Trades table.

Messages

The Messages table.

To find out the operation that has been performed on a table, use the getUpdateType method of the class.

Declared in IO2GTablesUpdatesReader

back