Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSessionFactory.cpp183 if ( settings.has( RESET_ON_LOGON ) ) in create()
184 pSession->setResetOnLogon( settings.getBool( RESET_ON_LOGON ) ); in create()
H A DSessionSettings.h125 const char RESET_ON_LOGON[] = "ResetOnLogon"; variable
H A DHttpConnection.cpp489 if( copy.hasParameter(RESET_ON_LOGON) ) in processSession()
491 pSession->setResetOnLogon( copy.getParameter(RESET_ON_LOGON) != "0" ); in processSession()
492 copy.removeParameter(RESET_ON_LOGON); in processSession()
545 showRow( b, RESET_ON_LOGON, pSession->getResetOnLogon(), url ); in processSession()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38737 RESET_ON_LOGON = cvar.RESET_ON_LOGON variable
H A DQuickfixPython.cpp247453 pyobj = SWIG_FromCharPtr(FIX::RESET_ON_LOGON); in Swig_var_RESET_ON_LOGON_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38737 RESET_ON_LOGON = cvar.RESET_ON_LOGON variable
H A DQuickfixPython.cpp247453 pyobj = SWIG_FromCharPtr(FIX::RESET_ON_LOGON); in Swig_var_RESET_ON_LOGON_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38737 RESET_ON_LOGON = cvar.RESET_ON_LOGON variable
H A DQuickfixPython.cpp247453 pyobj = SWIG_FromCharPtr(FIX::RESET_ON_LOGON); in Swig_var_RESET_ON_LOGON_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp206781 _val = SWIG_FromCharPtr(FIX::RESET_ON_LOGON); in _wrap_RESET_ON_LOGON_get()