SessionState class
- class V12.FIXAntenna.SessionState
Enumerator class. Possible states of Session.
- Established
The session is fully established.
- Initial
The session has been created but has not been connected yet.
- NonGracefullyTerminated
The session has been non-gracefully terminated.
- Reconnect
The session-initiator has detected a telecommunication link error and is trying to re-establish the link.
- CorrectlyTerminated
The session has been correctly terminated.
- WaitForConfirmLogon
The session has been connected as an Initiator, the first Logon message has been sent, and it is waiting for the conforming Logon message.
- WaitForConfirmLogout
Waiting for confirm logout state.
- WaitForFirstLogon
The session has been connected as an Acceptor and is waiting for the first Logon message.
- SwitchConnection
The session switched to another connection (backup or primary).
- WaitForFirstHello
The session has been connected as an Acceptor and is waiting for the first Hello message.
- WaitForConfirmHello
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.
- WaitForConnect
The session-initiator is waiting for async connect to complete.