Home
last modified time | relevance | path

Searched refs:addMsgType (Results 1 – 12 of 12) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/ruby/test/
H A DDataDictionaryTestCase.rb23 @object.addMsgType("A")
88 group1.addMsgType( "1" )
90 group2.addMsgType( "2" )
92 group3.addMsgType( "3" )
147 @object.addMsgType( Quickfix::MsgType_TestRequest() )
203 @object.addMsgType( Quickfix::MsgType_TestRequest() )
235 @object.addMsgType( Quickfix::MsgType_TestRequest() )
/dports/finance/quickfix/quickfix-1.15.1/src/C++/test/
H A DDataDictionaryTestCase.cpp46 TEST(addMsgType) in SUITE()
50 object.addMsgType( "A" ); in SUITE()
143 group1.addMsgType( "1" ); in SUITE()
145 group2.addMsgType( "2" ); in SUITE()
147 group3.addMsgType( "3" ); in SUITE()
222 object.addMsgType( MsgType_TestRequest ); in SUITE()
271 object.addMsgType( MsgType_TestRequest ); in SUITE()
303 object.addMsgType( MsgType_TestRequest ); in SUITE()
337 object.addMsgType( MsgType_TestRequest ); in SUITE()
363 object.addMsgType( MsgType_NewOrderSingle ); in SUITE()
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/python/test/
H A DDataDictionaryTestCase.py19 self.object.addMsgType("A")
78 group1.addMsgType( "1" )
80 group2.addMsgType( "2" )
82 group3.addMsgType( "3" )
135 self.object.addMsgType( fix.MsgType_TestRequest )
189 self.object.addMsgType( fix.MsgType_TestRequest )
220 self.object.addMsgType( fix.MsgType_TestRequest )
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DDataDictionary.cpp390 addMsgType(msgtype); in readFromDocument()
H A DDataDictionary.h186 void addMsgType( const std::string& msgType ) in addMsgType() function
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py39891 def addMsgType(self, msgType): member in DataDictionary
H A DQuickfixPython.cpp261288 (arg1)->addMsgType((std::string const &)*arg2); in _wrap_DataDictionary_addMsgType()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py39891 def addMsgType(self, msgType): member in DataDictionary
H A DQuickfixPython.cpp261288 (arg1)->addMsgType((std::string const &)*arg2); in _wrap_DataDictionary_addMsgType()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py39891 def addMsgType(self, msgType): member in DataDictionary
H A DQuickfixPython.cpp261288 (arg1)->addMsgType((std::string const &)*arg2); in _wrap_DataDictionary_addMsgType()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp218993 (arg1)->addMsgType((std::string const &)*arg2); in _wrap_DataDictionary_addMsgType()