[Quickfix-developers] re quest missed messages
Brought to you by:
orenmnero
From: rallykarro <rik...@kt...> - 2011-06-02 20:15:36
|
Hi, I am implementing a quckfixj initiator and using the following setting for seqno ResetOnLogon=Y ResetOnLogout=N ResetOnDisconnect=N That works and will always reset the seqno to 1 wen logging on/reconnect. The problem is that I can not figure out how to get missed messages like for example execution reports made during a downtime or connection loss. This since I always at reconnect reset the seqno. What is the way to set up quickfix in order to read gaps when reconnecting intraday, but when doing a "clean" login(at starttime) resetting the seqno. Is reading gaps/missed seqno done automatically by quickfixj or do i need to write any specific code for it? -- View this message in context: http://old.nabble.com/request-missed-messages-tp31758728p31758728.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |