Module session_state

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