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 | |
The constant represents the connected session status. |
|
The constant represents the connected session status with need to change password. |
|
The constant represents the connecting session status. |
|
The constant represents the disconnected session status. |
|
The constant represents the disconnecting session status. |
|
The constant represents the price server reconnecting session status. |
|
The constant represents the reconnecting session status. |
|
The constant represents the lost session status. |
|
The constant represents the trading session requested session status. |
|
The constant represents the unknown session status. |