Home
last modified time | relevance | path

Searched refs:ScreenLog (Results 1 – 12 of 12) sorted by relevance

/dports/science/py-molmod/molmod-1.4.8/molmod/test/
H A Dtest_log.py33 log = ScreenLog('TEST', '0.0', '', '', timer, f)
43 log = ScreenLog('TEST', '0.0', '', '', timer, f)
53 log = ScreenLog('TEST', '0.0', '', '', timer)
63 log = ScreenLog(u'TEST', u'0.0', u'', u'', timer, f)
71 log = ScreenLog('TEST', '0.0', '', '', timer)
78 log = ScreenLog('TEST', '0.0', '', '', timer, f)
89 log = ScreenLog('TEST', '0.0', '', '', timer, f)
98 log = ScreenLog('TEST', '0.0', '', '', timer, f)
108 log = ScreenLog('TEST', '0.0', '', '', timer, f)
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DLog.cpp30 Mutex ScreenLog::s_mutex;
36 return new ScreenLog( incoming, outgoing, event ); in create()
47 return new ScreenLog( sessionID, incoming, outgoing, event ); in create()
H A DLog.h115 class ScreenLog : public Log
118 ScreenLog( bool incoming, bool outgoing, bool event ) in ScreenLog() function
122 ScreenLog( const SessionID& sessionID, in ScreenLog() function
/dports/science/py-molmod/molmod-1.4.8/molmod/
H A Dlog.py85 class ScreenLog(object): class
/dports/finance/quickfix/quickfix-1.15.1/
H A DNEWS461 ScreenLog can read setting from configuration file. No longer required to
1121 ScreenLog now displays proper timestamps.
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp211702 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_0()
211722 result = (FIX::ScreenLog *)new FIX::ScreenLog(arg1,arg2,arg3); in _wrap_new_ScreenLog__SWIG_0()
211760 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_1()
211788 result = (FIX::ScreenLog *)new FIX::ScreenLog((FIX::SessionID const &)*arg1,arg2,arg3,arg4); in _wrap_new_ScreenLog__SWIG_1()
211867 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_clear()
211878 arg1 = reinterpret_cast< FIX::ScreenLog * >(argp1); in _wrap_ScreenLog_clear()
211888 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_backup()
211909 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onIncoming()
211953 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onOutgoing()
211997 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onEvent()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A DQuickfixPython.cpp253004 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_0()
253024 result = (FIX::ScreenLog *)new FIX::ScreenLog(arg1,arg2,arg3); in _wrap_new_ScreenLog__SWIG_0()
253052 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_1()
253080 result = (FIX::ScreenLog *)new FIX::ScreenLog((FIX::SessionID const &)*arg1,arg2,arg3,arg4); in _wrap_new_ScreenLog__SWIG_1()
253162 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_clear()
253172 arg1 = reinterpret_cast< FIX::ScreenLog * >(argp1); in _wrap_ScreenLog_clear()
253187 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_backup()
253212 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onIncoming()
253265 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onOutgoing()
253318 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onEvent()
[all …]
H A Dquickfix.py39141 class ScreenLog(Log): class
39145 __setattr__ = lambda self, name, value: _swig_setattr(self, ScreenLog, name, value)
39149 __getattr__ = lambda self, name: _swig_getattr(self, ScreenLog, name)
39176 ScreenLog_swigregister(ScreenLog)
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A DQuickfixPython.cpp253004 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_0()
253024 result = (FIX::ScreenLog *)new FIX::ScreenLog(arg1,arg2,arg3); in _wrap_new_ScreenLog__SWIG_0()
253052 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_1()
253080 result = (FIX::ScreenLog *)new FIX::ScreenLog((FIX::SessionID const &)*arg1,arg2,arg3,arg4); in _wrap_new_ScreenLog__SWIG_1()
253162 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_clear()
253172 arg1 = reinterpret_cast< FIX::ScreenLog * >(argp1); in _wrap_ScreenLog_clear()
253187 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_backup()
253212 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onIncoming()
253265 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onOutgoing()
253318 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onEvent()
[all …]
H A Dquickfix.py39141 class ScreenLog(Log): class
39145 __setattr__ = lambda self, name, value: _swig_setattr(self, ScreenLog, name, value)
39149 __getattr__ = lambda self, name: _swig_getattr(self, ScreenLog, name)
39176 ScreenLog_swigregister(ScreenLog)
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A DQuickfixPython.cpp253004 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_0()
253024 result = (FIX::ScreenLog *)new FIX::ScreenLog(arg1,arg2,arg3); in _wrap_new_ScreenLog__SWIG_0()
253052 FIX::ScreenLog *result = 0 ; in _wrap_new_ScreenLog__SWIG_1()
253080 result = (FIX::ScreenLog *)new FIX::ScreenLog((FIX::SessionID const &)*arg1,arg2,arg3,arg4); in _wrap_new_ScreenLog__SWIG_1()
253162 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_clear()
253172 arg1 = reinterpret_cast< FIX::ScreenLog * >(argp1); in _wrap_ScreenLog_clear()
253187 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_backup()
253212 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onIncoming()
253265 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onOutgoing()
253318 FIX::ScreenLog *arg1 = (FIX::ScreenLog *) 0 ; in _wrap_ScreenLog_onEvent()
[all …]
H A Dquickfix.py39141 class ScreenLog(Log): class
39145 __setattr__ = lambda self, name, value: _swig_setattr(self, ScreenLog, name, value)
39149 __getattr__ = lambda self, name: _swig_getattr(self, ScreenLog, name)
39176 ScreenLog_swigregister(ScreenLog)