RE: [Quickfix-users] How can I EOD with quickfix/j initiator
Brought to you by:
orenmnero
From: Steve B. <sb...@sm...> - 2006-02-17 09:02:51
|
Hi Chris, Is the ResetOnLogout session option what you want? You would logout using your local Session object which would=20 send a logout message to the other process. The logout would=20 cause a reset of the message store (resend log and sequence=20 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 Bate Smart Trade Technologies Phone: +33 4 42 90 03 97 http://www.smart-trade.net/ > -----Original Message----- > From: qui...@li...=20 > [mailto:qui...@li...] On Behalf=20 > Of Chris van Ophuijsen > Sent: Friday, February 17, 2006 3:17 AM > To: qui...@li... > Subject: [Quickfix-users] How can I EOD with quickfix/j initiator >=20 > QuickFIX Documentation:=20 > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > How can I programmatically send a message to the Session to=20 > abandon the connection, dump data, and reset sequences to 1=20 > in quickfix/j? >=20 > I am using head revision from Feb 12, using the mina libraries. >=20 > I would like to send a message from my program to disconnect=20 > and prepare to begin a fresh session.=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep=20 > through log files for problems? Stop! Download the new AJAX=20 > search engine that makes searching your log files as easy as=20 > surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486& > dat=3D121642 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users >=20 |