forwardSessionRole Enumeration   Table of ContentSessionStorageType Enumerationforward
SessionState Enumeration
Session's state.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public enum SessionState
Members
  Member nameValueDescription
DISCONNECTED0Session is disconnected.
LOGON_IN_PROGRESS1 Logon is in progress.
LOGOUT_IN_PROGRESS2Logout is in progress.
ACTIVE3Session is fully established.
RECONNECTING4Session-initiator is trying to restore the telecommunication link.
See Also