Home
last modified time | relevance | path

Searched refs:SessionRejectReason_COMPID_PROBLEM (Results 1 – 9 of 9) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DSession.cpp862 case SessionRejectReason_COMPID_PROBLEM: in generateReject()
1154 generateReject( msg, SessionRejectReason_COMPID_PROBLEM ); in doBadCompID()
H A DFixValues.h169 const int SessionRejectReason_COMPID_PROBLEM = 9; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py35424 SessionRejectReason_COMPID_PROBLEM = cvar.SessionRejectReason_COMPID_PROBLEM variable
H A DQuickfixPython.cpp200369 pyobj = SWIG_From_int(static_cast< int >(FIX::SessionRejectReason_COMPID_PROBLEM)); in Swig_var_SessionRejectReason_COMPID_PROBLEM_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py35424 SessionRejectReason_COMPID_PROBLEM = cvar.SessionRejectReason_COMPID_PROBLEM variable
H A DQuickfixPython.cpp200369 pyobj = SWIG_From_int(static_cast< int >(FIX::SessionRejectReason_COMPID_PROBLEM)); in Swig_var_SessionRejectReason_COMPID_PROBLEM_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py35424 SessionRejectReason_COMPID_PROBLEM = cvar.SessionRejectReason_COMPID_PROBLEM variable
H A DQuickfixPython.cpp200369 pyobj = SWIG_From_int(static_cast< int >(FIX::SessionRejectReason_COMPID_PROBLEM)); in Swig_var_SessionRejectReason_COMPID_PROBLEM_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp175993 _val = SWIG_From_int(static_cast< int >(FIX::SessionRejectReason_COMPID_PROBLEM)); in _wrap_SessionRejectReason_COMPID_PROBLEM_get()