Re: [Quickfix-developers] re quest missed messages
Brought to you by:
orenmnero
From: rallykarro <rik...@kt...> - 2011-06-06 07:28:53
|
Hi, Ok, so quickfixj will reset the sequence number each time it do a clean login at start of my daily session? If I set RestOnLogon = N as suggested, how can I make quickfixj to automatically read all missing gaps and sort out any inconsistency in diffrence of seqno, I simply get "MsgSeqNum too low, expecting ..." which I was hoping quickfix would/could sort out automatically by reading all the missing gaps and continue from there. I am looking for a setup where a seqno reset is made each time quickfixj do a clean login at start of day of my daily session BUT also can handle any failures intraday if missing any messages during a downtime/connection loss/reconnect etc. Basically, how can I make quickfixj to automatically read missed gaps when getting "MsgSeqNum too low, expecting ..."? Thanks Pierre El-khoury wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi > You should set RestOnLogon = N and make you session to daily sessions > by setting the starttime and stoptime this will make your session to daily > session and rest your sequence number to 1 every moringing. Do not set the > "startday" and "endday" otherwise your session will be a weekly session. > > > Med venlig hilsen / Best regards > > Pierre El-khoury > Software Developer > pi...@al... / email > +45 6313 6503 / direct tel. > > > ALOC ¦ WE SIMPLY PROVIDE BETTER OVERVIEW! > ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ > ALOC A/S ¦ EDISONSVEJ 1 ¦ DK-5000 ODENSE C > +45 6313 6100 / TEL. ¦ WWW.ALOC.DK > > > -- View this message in context: http://old.nabble.com/request-missed-messages-tp31758728p31781129.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |