|
From: Mohammad K. L. <kam...@gm...> - 2007-03-28 08:37:15
|
Hi Toli,, Thanks a lot for your kind help once again,,it's working now,,I can send the orders across my client/server platform.In fact I'm not using already-built clients,just working on quickfix for my application,,, Thanks, Kamran. On 3/28/07, Toli Kuznets <to...@ma...> wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > Kamran, > > The first glaring thing that jumps at me is that you have > BeginString=FIX.4.2 and DataDictionary=FIX44.xml in the client config > file. > > Try setting the DataDictionary variable to FIX42.xml and see if that > helps: > DataDictionary=FIX42.xml > > You log4j.properties file may be determining where your logs go - so > you may want to check that. but otherwise, looks like all your logs > are going to c:\logs and c:\client_logs. > > Also (and this is a plug for my company's product) if you keep having > trouble setting up QFJ, you can try downloading the Marketcetera > Platform to send orders through it. You can modify the OrderLoader > code to hardcode the orders you need to send, you can view them > visually in Photon, etc. > > but try the DataDictionary fix first - that should work. > > Also, which QFJ sample processes are you running? banzai? executor? If > you stil can't get it to work, let us know and we can try using the > configs you gave us with the right sample processes. > > hope this helps. > > On 3/27/07, Mohammad Kamran Liaqat <kam...@gm...> wrote: > > QuickFIX/J Documentation: > > http://www.quickfixj.org/documentation/ > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > Hi Toli, > > > > I have attached the config files,hope you can help,, > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |