public method IO2GTablesUpdatesReader.getUpdateTable
Brief
Gets the table that is updated.
Declaration | ||||
|
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:
|
The Accounts table. |
|
The Offers table. |
|
The Orders table. |
|
The Trades table. |
|
The Closed Trades table. |
|
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