Re: [Quickfix-developers] quickfixn : QuickFix.DictionaryParseException: invalid type: String
Brought to you by:
orenmnero
From: Brian <bk...@li...> - 2012-07-17 13:35:19
|
Rasheed Waraich <rashiedwaraich@...> writes: > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > Yup this is fixed... > On Thu, Feb 23, 2012 at 3:53 PM, Grant Birchmeier <gbirchmeier- NJy...@pu...> 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 <rashiedwaraich <at> gmail.com> 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,-- //RegardsRasheed > ------------------------------------------------------------------------------ > 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 listQuickfix-developers- 5NW...@pu...https://lists.sourceforge.net/l ists/listinfo/quickfix-developers > > > -- > Grant Birchmeier > > > Connamara Systems, LLC > > Made-To-Measure Trading Solutions. > Exactly what you need. No more. No less. > > > http://connamara.com > > > > > -- //RegardsRasheed > > > ------------------------------------------------------------------------------ > 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 > Quickfix-developers@... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers We just started doing the same thing here, and are hitting what looks like the same error with FIX42 - what resolved this for you? -Brian |