SessionRole Enumeration | Table of Content | SessionStorageType Enumeration |
SessionState Enumeration |
Namespace: FIXForge.NET.FIX
public enum SessionState
Member name | Value | Description | |
---|---|---|---|
DISCONNECTED | 0 | Session is disconnected. | |
LOGON_IN_PROGRESS | 1 | Logon is in progress. | |
LOGOUT_IN_PROGRESS | 2 | Logout is in progress. | |
ACTIVE | 3 | Session is fully established. | |
RECONNECTING | 4 | Session-initiator is trying to restore the telecommunication link. |