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 | |
| The constant represents the connected session status. | |
| 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. | |