Re: [Quickfix-developers] quickfixn : QuickFix.DictionaryParseException: invalid type: String
Brought to you by:
orenmnero
From: Rasheed W. <ras...@gm...> - 2012-02-23 15:50:03
|
Yup this is fixed... On Thu, Feb 23, 2012 at 3:53 PM, Grant Birchmeier <gbi...@co... > wrote: > From your other mail, it appears that you have this under control, correct? > > > On Thu, Feb 23, 2012 at 5:37 AM, Rasheed Waraich <ras...@gm... > > wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> >> 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 >> >> >> ------------------------------------------------------------------------------ >> Virtualization & Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > > -- > Grant Birchmeier > *Connamara Systems, LLC* > *Made-To-Measure Trading Solutions.* > Exactly what you need. No more. No less.* > * > http://connamara.com > > -- //Regards Rasheed |