class IO2GTable

Parents
IO2GGenericTableResponseReader

Brief

An abstract interface to a table.

Public Methods

columns

Gets an instance of the class that provides access to the list of table columns.

forEachRow

Iterates through the rows of the table.

getCell

Gets the value of a cell.

getGenericRow

Gets a generic row by its index.

getNextGenericRow

Gets the next row from the IO2GTable.

getNextGenericRowByColumnValue

Gets the next row from IO2GTable based on the column value.

getNextGenericRowByColumnValues

Gets the next row from IO2GTable based on any of the column values.

getNextGenericRowByMultiColumnValues

Gets the next row from IO2GTable based on the multiple columns values.

getStatus

Gets the status of the table.

getType

Gets the type of a trading table.

isCellChanged

Defines whether the cell is changed.

isCellValid

Checks whether the cell value can be used or not.

size

Gets the number of rows in the reader.

subscribeStatus

Subscribes table listener to changes in table status.

subscribeUpdate

Subscribes table listener to table updates.

unsubscribeStatus

Unsubscribes table listener from changes in table status.

unsubscribeUpdate

Unsubscribes table listener from table updates.

back