Module session_state
Expand description
Session state constants for Engine::Session::State Represents the current state of a FIX session
Constantsยง
- CORRECTLY_
TERMINATED - The session has been correctly terminated
- ESTABLISHED
- The session is fully established
- INITIAL
- The session has been created, but has not been connected yet
- NON_
GRACEFULLY_ TERMINATED - The session has been non-gracefully terminated
- RECONNECT
- The session-initiator has detected the telecommunication link error and is trying to re-establish the link
- SWITCH_
CONNECTION - The session switch to the another connection (backup or primary)
- WAIT_
FOR_ CONFIRM_ HELLO - 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_ CONFIRM_ LOGON - The session has been connected as an Initiator, the first Logon message has been sent and it is waiting for the conforming Logon message
- WAIT_
FOR_ CONFIRM_ LOGOUT - Waiting for confirm logout state
- WAIT_
FOR_ CONNECT - The session-initiator is waiting for async connect to complete
- WAIT_
FOR_ FIRST_ HELLO - The session has been connected as an Acceptor and is waiting for the first Hello message
- WAIT_
FOR_ FIRST_ LOGON - The session has been connected as an Acceptor and is waiting for the first Logon message