Home
last modified time | relevance | path

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

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixValues.h2316 const int TradeReportRejectReason_OTHER = 99; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py37571 TradeReportRejectReason_OTHER = cvar.TradeReportRejectReason_OTHER variable
H A DQuickfixPython.cpp230427 pyobj = SWIG_From_int(static_cast< int >(FIX::TradeReportRejectReason_OTHER)); in Swig_var_TradeReportRejectReason_OTHER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py37571 TradeReportRejectReason_OTHER = cvar.TradeReportRejectReason_OTHER variable
H A DQuickfixPython.cpp230427 pyobj = SWIG_From_int(static_cast< int >(FIX::TradeReportRejectReason_OTHER)); in Swig_var_TradeReportRejectReason_OTHER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py37571 TradeReportRejectReason_OTHER = cvar.TradeReportRejectReason_OTHER variable
H A DQuickfixPython.cpp230427 pyobj = SWIG_From_int(static_cast< int >(FIX::TradeReportRejectReason_OTHER)); in Swig_var_TradeReportRejectReason_OTHER_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp195316 _val = SWIG_From_int(static_cast< int >(FIX::TradeReportRejectReason_OTHER)); in _wrap_TradeReportRejectReason_OTHER_get()