Home
last modified time | relevance | path

Searched refs:StatsType_TURNOVER (Results 1 – 8 of 8) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixValues.h3048 const int StatsType_TURNOVER = 4; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38303 StatsType_TURNOVER = cvar.StatsType_TURNOVER variable
H A DQuickfixPython.cpp240675 pyobj = SWIG_From_int(static_cast< int >(FIX::StatsType_TURNOVER)); in Swig_var_StatsType_TURNOVER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38303 StatsType_TURNOVER = cvar.StatsType_TURNOVER variable
H A DQuickfixPython.cpp240675 pyobj = SWIG_From_int(static_cast< int >(FIX::StatsType_TURNOVER)); in Swig_var_StatsType_TURNOVER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38303 StatsType_TURNOVER = cvar.StatsType_TURNOVER variable
H A DQuickfixPython.cpp240675 pyobj = SWIG_From_int(static_cast< int >(FIX::StatsType_TURNOVER)); in Swig_var_StatsType_TURNOVER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp201904 _val = SWIG_From_int(static_cast< int >(FIX::StatsType_TURNOVER)); in _wrap_StatsType_TURNOVER_get()