Home
last modified time | relevance | path

Searched refs:sentLogout (Results 1 – 10 of 10) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSessionState.h56 bool sentLogout() const { return m_sentLogout; } in sentLogout() function
57 void sentLogout( bool value ) { m_sentLogout = value; } in sentLogout() function
125 return sentLogout() && ( ( now - lastSentTime() ) >= logoutTimeout() ); in logoutTimedOut()
H A DSession.h63 bool sentLogout() { return m_state.sentLogout(); } in sentLogout() function
H A DSession.cpp141 if( !m_state.sentLogout() ) in next()
298 if ( !m_state.sentLogout() ) in nextLogout()
632 m_state.sentLogout( false ); in disconnect()
1006 m_state.sentLogout( true ); in generateLogout()
1127 if ( msgType != MsgType_Logout && m_state.sentLogout() ) in validLogonState()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38793 def sentLogout(self): member in Session
H A DQuickfixPython.cpp248923 result = (bool)(arg1)->sentLogout(); in _wrap_Session_sentLogout()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38793 def sentLogout(self): member in Session
H A DQuickfixPython.cpp248923 result = (bool)(arg1)->sentLogout(); in _wrap_Session_sentLogout()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38793 def sentLogout(self): member in Session
H A DQuickfixPython.cpp248923 result = (bool)(arg1)->sentLogout(); in _wrap_Session_sentLogout()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp208107 result = (bool)(arg1)->sentLogout(); in _wrap_Session_sentLogout()