public method O2GTablesUpdatesReader.getUpdateTable

Brief

Gets the table that is updated.

Declaration
C#
O2GTableType  getUpdateTable (int index)

Parameters
index

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

Details

The possible return values are:

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 O2GTablesUpdatesReader

back