public method O2GTablesUpdatesReader.getUpdateTable

Brief

Gets the table that is updated.

Declaration
Java
O2GTableType  getUpdateTable (int index)

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:

ACCOUNTS

The Accounts table.

OFFERS

The Offers table.

ORDERS

The Orders table.

TRADES

The Trades table.

CLOSED_TRADES

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 O2GTablesUpdatesReader

back