Home
last modified time | relevance | path

Searched refs:isLogonTime (Results 1 – 9 of 9) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSession.h110 bool isLogonTime(const UtcTimeStamp& time) in isLogonTime() function
H A DSession.cpp137 if( !isEnabled() || !isLogonTime(timeStamp) ) in next()
153 if ( m_state.shouldSendLogon() && isLogonTime(timeStamp) ) in next()
219 if( !isLogonTime(timeStamp) ) in nextLogon()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38858 def isLogonTime(self, time): member in Session
H A DQuickfixPython.cpp250251 result = (bool)(arg1)->isLogonTime((UtcTimeStamp const &)*arg2); in _wrap_Session_isLogonTime()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38858 def isLogonTime(self, time): member in Session
H A DQuickfixPython.cpp250251 result = (bool)(arg1)->isLogonTime((UtcTimeStamp const &)*arg2); in _wrap_Session_isLogonTime()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38858 def isLogonTime(self, time): member in Session
H A DQuickfixPython.cpp250251 result = (bool)(arg1)->isLogonTime((UtcTimeStamp const &)*arg2); in _wrap_Session_isLogonTime()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp209310 result = (bool)(arg1)->isLogonTime((UtcTimeStamp const &)*arg2); in _wrap_Session_isLogonTime()