Re: [Quickfix-developers] FIX explicit logon
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2012-10-03 14:25:47
|
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. If you are writing a testing tool, you probably shouldn't write it with QF because of that. My company has an internal FIX test tool that read/writes messages directly to the socket. (We wrote it in Ruby, although any language could do.) I think this is probably a better approach, especially if you want to simulate session-level errors like wrong sequence numbers and such (which QF will not let you set wrong). -Grant On Wed, Oct 3, 2012 at 7:46 AM, Vinod Wagh <vin...@in...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > 1. Hi , > > I have created a testing tool which enables me to construct my own fix > messages and send to FIX server. Now I also need to create my own Logon > message. But looks like when I do SocketInitiator.start(), quickfix will > send a logon message too . Is it possibe to override this and instruct > QuickFix not to send logon message but just create FIX session. > > thanks, > vinod > > > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less.* * http://connamara.com |