enum O2GSessionStatusCode

Brief

The enum defines 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.

The namespace is com.fxcore2.

Static Public Fields

CONNECTED

The constant represents the connected session status.

CONNECTING

The constant represents the connecting session status.

DISCONNECTED

The constant represents the disconnected session status.

DISCONNECTING

The constant represents the disconnecting session status.

PRICE_SESSION_RECONNECTING

The constant represents the price server reconnecting session status.

RECONNECTING

The constant represents the reconnecting session status.

SESSION_LOST

The constant represents the lost session status.

TRADING_SESSION_REQUESTED

The constant represents the trading session requested session status.

UNKNOWN

The constant represents the unknown session status.

back