interface SessionDescriptorAut

Brief

The information about the trading session.

Details

The class keeps information about the trading session.

This information can be useful when logging in to the trade server through the methods LoginAsync and LoginWithSubidPIN of the TradeDeskAut.

Use the properties of this class to:

To get all available trading sessions, use the TradeDeskAut.RetrieveTradeSessions method.

Public Properties

Description

The description of the trading session.

Name

The name of the trading session.

RequirePIN

Returns True in case the PIN is required to login.

SubID

The identifier of the trading session.

back