fix8
version 1.4.0
Open Source C++ FIX Framework
|
Session states and semantics. More...
Functions | |
static bool | is_live (SessionStates ss) |
static bool | is_established (SessionStates ss) |
Session states and semantics.
Definition at line 158 of file session.hpp.
|
inlinestatic |
Determine if this session is in an established state
ss | SessateState to test |
Definition at line 175 of file session.hpp.
References is_live(), st_logon_sent, st_not_logged_in, and st_wait_for_logon.
Referenced by FIX8::Session::enforce().
|
inlinestatic |
Determine if this session is live
ss | SessateState to test |
Definition at line 169 of file session.hpp.
References st_none, and st_session_terminated.
Referenced by is_established().