enum IO2GSessionStatus::O2GSessionStatus

Brief

The enum specifies a set of constants representing the session status.

Details

During the session lifetime, the session status changes. For a detailed explanation of session statuses, refer to the Session Statuses section. To capture the session status changes, your application must have a class that implements the IO2GSessionStatus interface.

Static Public Fields

Connected

The constant represents the connected session status.

ConnectedWithNeedToChangePassword

The constant represents the connected session status with need to change password.

Connecting

The constant represents the connecting session status.

Disconnected

The constant represents the disconnected session status.

Disconnecting

The constant represents the disconnecting session status.

PriceSessionReconnecting

The constant represents the price server reconnecting session status.

Reconnecting

The constant represents the reconnecting session status.

SessionLost

The constant represents the lost session status.

TradingSessionRequested

The constant represents the trading session requested session status.

Unknown

The constant represents the unknown session status.

back