public method IO2GSession.getTradingSessionDescriptors

Brief

Returns the list of trading station descriptors.

Declaration
C++
virtual IO2GSessionDescriptorCollection getTradingSessionDescriptors () = 0

Details

The method can be used only after the IO2GSessionStatus::TradingSessionRequested session status is received. The method returns a list of subsession identifiers which can be chosen by the user.

The object returned from this method must be released when it is not used anymore.

Declared in IO2GSession

back