[Quickfix-developers] Fwd: FIX explicit logon
Brought to you by:
orenmnero
From: Max D. <dmi...@gm...> - 2012-10-03 14:59:50
|
---------- Forwarded message ---------- From: Max Dmitrichenko <dmi...@gm...> Date: 2012/10/3 Subject: Re: [Quickfix-developers] FIX explicit logon To: Grant Birchmeier <gbi...@co...> 2012/10/3 Grant Birchmeier <gbi...@co...>: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > QF does not offer this feature. > > QF is intended to handle all the admin-level (e.g. session management) messages for you, of which Logon is one of those. Not absolute truth. You can modify any outgoing admin-level messages in toAdmin() callback. I've used it to add Password tag to the Logon or to catch various Rejects from QuickFix. But I'm not sure what happens if you modify some "core" tags like CRC, Length, SeqNum and so on... -- Max |