public property O2GSessionDescriptorCollection.Item

Brief

A trading session descriptor by its index.

Declaration
C#
O2GSessionDescriptor  this[int index] get;

Parameters
index

The index of the descriptor. The index must be between 0 and Count - 1.

Details

If index is outside of valid range, there would be System.ArgumentOutOfRangeException.

Declared in O2GSessionDescriptorCollection

back