Re: [Quickfix-users] How do I insert RawData into logon message (without a crude hack)
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-10-05 23:16:26
|
Hi Murray, This is actually covered in the FAQ on our Wiki: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ --oren On Oct 5, 2004, at 3:39 PM, Murray Smigel wrote: > Hi, > The FIX4.2 system I am connecting to requires that I add a RawData tag > with a > password to the logon sequence. Currently I have modified the > Session::generateLogon() function to add the line: > > logon.setField(RawData("neededPasswd")); > > which, while it works, is not the most flexible solution! > > What would be a more sensible solution? I am using the java interface > to the > quickfix system (version 1.92) and would like to specify the password > from a > java call. > > Thanks again for a wonderful project! > > murray smigel > > |