public method IO2GTablesUpdatesReader.getTradeRow

Brief

Gets an instance of the class that provides access to the open position information.

Declaration
C++
virtual IO2GTradeRow getTradeRow (int index) = 0

Parameters
index

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

Declared in IO2GTablesUpdatesReader

back