public method IO2GSessionDescriptorCollection.get

Brief

Gets a trading session descriptor by its index.

Declaration
C++
virtual IO2GSessionDescriptor get (int index) = 0

Parameters
index

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

Details

Release the returned object when it is not required anymore.

Declared in IO2GSessionDescriptorCollection

back