Session's state.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public enum SessionState |
Visual Basic |
---|
Public Enumeration SessionState |
Visual C++ |
---|
public enum class SessionState |
Members
Member name | Value | Description | |
---|---|---|---|
ACTIVE | 3 | Session is fully established. | |
LOGOUT_IN_PROGRESS | 2 | Logout is in progress. | |
LOGON_IN_PROGRESS | 1 | Logon is in progress. | |
RECONNECTING | 4 | Session-initiator is trying to restore the telecommunication link. | |
DISCONNECTED | 0 | Session is disconnected. |