{{Quickfixn}} Intercepting FIX50 Logon messages to set password
Andrew Culross
Andrew.Culross at TwoFour.com
Mon Jan 14 13:06:07 PST 2013
I'm used to the following construct for intercepting FIX42/FIX44 Logon messages to set the password field -
I noticed in FIX 50 there is no QuickFix.FIX50.Logon message type - what is the approach for FIX 50 ?
Thanks !
public void ToAdmin(QuickFix.Message message, SessionID sessionID)
{
// if this is a logon message we need to intercept the callback to put
// password and/or reset sequence information tags in the message
if (message.GetType() == typeof(QuickFix.FIX42.Logon) ||
message.GetType() == typeof(QuickFix.FIX43.Logon) ||
message.GetType() == typeof(QuickFix.FIX44.Logon) ||
message.GetType() == typeof(QuickFix.FIX50.Logon)
{
Andrew Culross
TwoFour
10 Bank Street
White Plains, NY 10601
Direct +1 (914) 220-8849
Main +1 (914) 220-8800
Fax +1 (914) 220-8899
www.TwoFour.com<http://www.twofour.com/>
http://www.twofour.US.com/emaildisclaimer.aspx<http://www.twofour.us.com/emaildisclaimer.aspx>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20130114/9140598c/attachment.htm>
More information about the Quickfixn
mailing list