Click or drag to resize

SessionState Enumeration

Possible states of Session.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public enum SessionState
Members
Member nameValueDescription
ESTABLISHED0 The session is fully established
INITIAL1 The session has been created, but has not been connected yet
NON_GRACEFULLY_TERMINATED2 The session has been non-gracefully terminated
RECONNECT3 The session-initiator has detected the telecommunication link error and is trying to re-establish the link
CORRECTLY_TERMINATED4 The session has been correctly terminated
WAIT_FOR_CONFIRM_LOGON5 The session has been connected as an Initiator, the first Logon message has been sent and it is waiting for the confirming Logon message
WAIT_FOR_CONFIRM_LOGOUT6 Waiting for confirm logout state
WAIT_FOR_FIRST_LOGON7 The session has been connected as an Acceptor and is waiting for the first Logon message
SWITCH_CONNECTION8 The session switch to the another connection (backup or primary)
WAIT_FOR_FIRST_HELLO9 The session has been connected as an Acceptor and is waiting for the first Hello message
WAIT_FOR_CONFIRM_HELLO10 The session has been connected as an Initiator, the first FAST Hello message has been sent and it is waiting for the conforming Hello message
WAIT_FOR_CONNECT11 The session-initiator is waiting fo async connect to complete
See Also