[Quickfix-users] How do I insert RawData into logon message (without a crude hack)
Brought to you by:
orenmnero
From: Murray S. <mu...@sm...> - 2004-10-05 20:40:40
|
Hi, The FIX4.2 system I am connecting to requires that I add a RawData tag with= a=20 password to the logon sequence. Currently I have modified the=20 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 th= e=20 quickfix system (version 1.92) and would like to specify the password from = a=20 java call. Thanks again for a wonderful project! murray smigel |