Re: [Quickfix-users] How can I EOD with quickfix/j initiator
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-02-17 14:03:11
|
Steve, Does QuickFIX/J support the ResetSeqNum field? --oren Chris van Ophuijsen wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > > > >>Hi Chris, >> >>Is the ResetOnLogout session option what you want? You >>would logout using your local Session object which would >>send a logout message to the other process. The logout would >>cause a reset of the message store (resend log and sequence >>numbers) in the remote session if the option above is enabled >>in it's settings. This would mean you can't logout the session >>/without/ starting a new logical session. Is that a problem >>in your case? >> >> > > > Steve, > > Thanks for the reply. This is handy information, but a little less >than a perfect solution for me. I was hoping to be able to trigger an >EOD from an option on my client app as I am doing alot of testing with >re-sequencing against an acceptor type app and only need to EOD about >half of the time. Maybe setting the option to true and killing my app >uncleanly when I don't want to EOD will be a good workaround for me. > >Thanks for your help, >Chris > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Quickfix-users mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-users > > > > |