Home
last modified time | relevance | path

Searched refs:MsgType_ExecutionReport (Results 1 – 10 of 10) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/examples/executor/ruby/
H A Dexecutor.rb58 executionReport.getHeader().setField( Quickfix::MsgType.new(Quickfix.MsgType_ExecutionReport) )
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/python/
H A Dexecutor.py40 executionReport.getHeader().setField( fix.MsgType(fix.MsgType_ExecutionReport) )
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFixValues.h17 const char MsgType_ExecutionReport[] = "8"; variable
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py35272 MsgType_ExecutionReport = cvar.MsgType_ExecutionReport variable
H A DQuickfixPython.cpp198241 pyobj = SWIG_FromCharPtr(FIX::MsgType_ExecutionReport); in Swig_var_MsgType_ExecutionReport_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py35272 MsgType_ExecutionReport = cvar.MsgType_ExecutionReport variable
H A DQuickfixPython.cpp198241 pyobj = SWIG_FromCharPtr(FIX::MsgType_ExecutionReport); in Swig_var_MsgType_ExecutionReport_get()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py35272 MsgType_ExecutionReport = cvar.MsgType_ExecutionReport variable
H A DQuickfixPython.cpp198241 pyobj = SWIG_FromCharPtr(FIX::MsgType_ExecutionReport); in Swig_var_MsgType_ExecutionReport_get()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp174625 _val = SWIG_FromCharPtr(FIX::MsgType_ExecutionReport); in _wrap_MsgType_ExecutionReport_get()