public method O2GTablesUpdatesReader.getClosedTradeRow

Brief

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

Declaration
C#
O2GClosedTradeRow  getClosedTradeRow (int index)

Parameters
index

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

Declared in O2GTablesUpdatesReader

back