[Quickfix-developers] quickfixn : QuickFix.DictionaryParseException: invalid type: String
Brought to you by:
orenmnero
From: Rasheed W. <ras...@gm...> - 2012-02-23 11:37:47
|
Hi Experts, We are trying to port our existing connectors to new native version of .net quickfixn (http://www.quickfixn.org/help) because nunit crashes with the older versions of quickfixn due to managed/unmanaged issues... Right now we are facing following exception... we have to use the dictionary because we are using repeating groups... we can't understand that which field is causing this issue. We are using FIX43.xml ... is it possible to turn on some debugging to figure out which field is creating this exception? It will be great if someone can suggest how to fix this problem? --------------------------------------------------------- QuickFix.DictionaryParseException: invalid type: String at QuickFix.DataDictionary.DDField.FieldTypeFromFix(String type) at QuickFix.DataDictionary.DDField..ctor(Int32 tag, String name, HashSet`1 enums, String fixFldType) at QuickFix.DataDictionary.DataDictionary.newField(XmlNode fldEl) at QuickFix.DataDictionary.DataDictionary.parseFields(XmlDocument doc) at QuickFix.DataDictionary.DataDictionary.Load(String path) at QuickFix.DataDictionary.DataDictionary..ctor(String path) at QuickFix.SessionFactory.createDataDictionary(SessionID sessionID, Dictionary settings, String settingsKey, String beginString) at QuickFix.SessionFactory.ProcessFixDataDictionary(SessionID sessionID, Dictionary settings, DataDictionaryProvider provider) at QuickFix.SessionFactory.Create(SessionID sessionID, Dictionary settings) at QuickFix.AbstractInitiator..ctor(Application app, MessageStoreFactory storeFactory, SessionSettings settings, LogFactory logFactory) at QuickFix.Transport.SocketInitiator..ctor(Application application, MessageStoreFactory storeFactory, SessionSettings settings, LogFactory logFactory) ---------------------------------------------------------- Thanks, -- //Regards Rasheed |