Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixValues.h1232 const char TradeType_GUARANTEED_CLOSE = 'J'; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py36487 TradeType_GUARANTEED_CLOSE = cvar.TradeType_GUARANTEED_CLOSE variable
H A DQuickfixPython.cpp215251 pyobj = SWIG_From_char(static_cast< char >(FIX::TradeType_GUARANTEED_CLOSE)); in Swig_var_TradeType_GUARANTEED_CLOSE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py36487 TradeType_GUARANTEED_CLOSE = cvar.TradeType_GUARANTEED_CLOSE variable
H A DQuickfixPython.cpp215251 pyobj = SWIG_From_char(static_cast< char >(FIX::TradeType_GUARANTEED_CLOSE)); in Swig_var_TradeType_GUARANTEED_CLOSE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py36487 TradeType_GUARANTEED_CLOSE = cvar.TradeType_GUARANTEED_CLOSE variable
H A DQuickfixPython.cpp215251 pyobj = SWIG_From_char(static_cast< char >(FIX::TradeType_GUARANTEED_CLOSE)); in Swig_var_TradeType_GUARANTEED_CLOSE_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp185560 _val = SWIG_From_char(static_cast< char >(FIX::TradeType_GUARANTEED_CLOSE)); in _wrap_TradeType_GUARANTEED_CLOSE_get()