Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixValues.h3249 const int OptPayoutType_VANILLA = 1; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py38504 OptPayoutType_VANILLA = cvar.OptPayoutType_VANILLA variable
H A DQuickfixPython.cpp243489 pyobj = SWIG_From_int(static_cast< int >(FIX::OptPayoutType_VANILLA)); in Swig_var_OptPayoutType_VANILLA_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py38504 OptPayoutType_VANILLA = cvar.OptPayoutType_VANILLA variable
H A DQuickfixPython.cpp243489 pyobj = SWIG_From_int(static_cast< int >(FIX::OptPayoutType_VANILLA)); in Swig_var_OptPayoutType_VANILLA_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py38504 OptPayoutType_VANILLA = cvar.OptPayoutType_VANILLA variable
H A DQuickfixPython.cpp243489 pyobj = SWIG_From_int(static_cast< int >(FIX::OptPayoutType_VANILLA)); in Swig_var_OptPayoutType_VANILLA_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp203713 _val = SWIG_From_int(static_cast< int >(FIX::OptPayoutType_VANILLA)); in _wrap_OptPayoutType_VANILLA_get()