Re: [Quickfix-developers] how to invistigate problem with tradeclient,
Brought to you by:
orenmnero
From: Rasheed W. <ras...@gm...> - 2011-11-03 23:13:33
|
Hi Franck, I have never worked/looked into the "TradeClient" example so, someone else in the forum might guide you in that case. 1. I always set the "username and password" in my code before sending the message to broker. But you can specify int the fix settings file as well. 2. Please go through this to understand fix settings file that I am referring to: http://www.quickfixengine.org/quickfix/doc/html/configuration.html 3. I would recommend you to please spend some time to read the QuickFIX documentation on its website. 4. FIX44.xml is the data dictionary. 5. You specify in the fix settings file where to write the log file. As I am not expert I would request QuickFIX legends to please correct me if I am wrong !!! Good luck ! On Fri, Nov 4, 2011 at 12:01 AM, Franck (Gmail) <fra...@gm...>wrote: > Hi Rasheed, > > Thanks for your reply, > > I loggued the socket exchanged using a sniffer, and sent that to LMAX. > I sent: > 8=FIX.4.4.9=70.35=A.34=2.49=franckXXXX.52=20111103-22 > :08:27.510.56=LMXBD.98=0.108=30.10=168. > lmax replied: > 8=FIX.4.4.9=77.35=5.49=LMXBD.56=franckXXXX.34=1.52=20111103-22 > :08:27.696.58=BAD_CREDENTIALS.10=151. > then I sent: > =FIX.4.4.9=58.35=5.34=3.49=franckXXXX.52=20111103-22 > :08:27.722.56=LMXBD.10=143. > > > LMAX then told me I was missing my "username (tag 553) and password (tag > 554)" > Do you have an idea in way to add those into to the tradeclient example ? > > 2. Make sure your "FIX settings file" is correct. Also get it verified >> through LMAX support >> > > you mean the spec/FIX44.xml file ? > > >> 3. Check in the FIX log file that does your engine sends any Logon >> message to LMAX? Does LMAX sends you back any Logon response? >> > > How do I turn that log file on ? > > Best regards, > Franck > > >> >> On Thu, Nov 3, 2011 at 10:25 PM, Franck (Gmail) <fra...@gm...>wrote: >> >>> QuickFIX Documentation: >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX Support: http://www.quickfixengine.org/services.html >>> >>> >>> >>> Hello, >>> I'm trying to log to lmax fix interface using the tradeclient example, >>> i get these two Logout message imediately: >>> >>> ./run_tradeclient.sh >>> >>> 1) Enter Order >>> 2) Cancel Order >>> 3) Replace Order >>> 4) Market data test >>> 5) Quit >>> Action: >>> Logout - FIX.4.4:xxx->LMXBD >>> >>> Logout - FIX.4.4:xxx->LMXBD >>> >>> How can i investigate this problem ? >>> Is there a way to have more logs ? >>> like how to trace everything that is beeing sent to the lmax server ? >>> >>> my stunnel is giving this message: >>> >>> Connection closed: 92 bytes sent to SSL, 99 bytes sent to socket >>> >>> any help on the debugging process would be really appreciated. >>> >>> thanks >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> RSA(R) Conference 2012 >>> Save $700 by Nov 18 >>> Register now >>> http://p.sf.net/sfu/rsa-sfdev2dev1 >>> _______________________________________________ >>> Quickfix-developers mailing list >>> Qui...@li... >>> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >>> >> >> >> >> -- >> //Regards >> Rasheed >> > > -- //Regards Rasheed |