RE: [Quickfix-developers] Error on running app
Brought to you by:
orenmnero
|
From: Shankar K. <skr...@jw...> - 2005-10-07 19:35:16
|
Thanks for your time. Thanks fixed my problem. I had a question what does it mean to send and Instance of the QuickFix.Application class in the SocketInitiator() To me a socket connection just establishes a connection to another socket, why is an instance of QuickFix.Application being sent, I looked up the fix protocol docs, found no mention there. Thanks _____ From: Oren Miller [mailto:or...@qu...] Sent: Friday, October 07, 2005 2:56 PM To: Shankar Krishnan; qui...@li... Subject: Re: [Quickfix-developers] Error on running app It's not complaining about your configuration file, it is complaining about your xml data dictionary. --oren ----- Original Message ----- From: Shankar Krishnan <mailto:skr...@jw...> To: Shankar Krishnan <mailto:skr...@jw...> ; qui...@li... <mailto:qui...@li...> Sent: Friday, October 07, 2005 1:51 PM Subject: RE: [Quickfix-developers] Error on running app Apologies for the earlier email, Tracked down the real problem to ConfigError: Could not parse data dictionary file at SocketInitiator, looking at source code points to the settings file, The file is just key/value pairs, I am not sure what is incorrect, are there any strict formatting rules. QuickFix.ConfigError: Configuration failed: FIX40.xml: Could not pa ionary file at QuickFix.SocketInitiator..ctor(Application application, Messa y factory, SessionSettings settings, MessageFactory messageFactory) uickfix\source\quickfix\src\.net\socketinitiator.h:line 55 at BarCapFill.Class1.Main(String[] args) in c:\documents and set a\my documents\visual studio projects\barcapfill\class1.cs:line 31 Thanks _____ From: Shankar Krishnan [mailto:skr...@jw...] Sent: Friday, October 07, 2005 2:20 PM To: qui...@li... Subject: [Quickfix-developers] Error on running app I have set the configuration files as needed, I get the following exception, any help appreciated. |