class O2GSessionDescriptorCollection

Parents
System.Collections.Generic.IEnumerable<O2GSessionDescriptor>

Brief

A collection of trading session descriptors.

Details

This class is used to keep information about trading sessions when more than one trading session is available (for O2GSessionStatusCode.TradingSessionRequested). Please refer to this article for more information.
Use the O2GSession.getTradingSessionDescriptors method to get an instance of this class.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

Count

The number of trading session descriptors.

Item

A trading session descriptor by its index.

back