public method O2GSessionDescriptorCollection.get

Brief

Gets a trading session descriptor by its index.

Declaration
Java
O2GSessionDescriptor  get (int iIndex)

Parameters
iIndex

The index of the descriptor. The index must be between 0 and size() - 1.

Details

If index is out of the valid range, there would be java.lang.IndexOutOfBoundsException.

Declared in O2GSessionDescriptorCollection

back