Re: [Quickfix-developers] Substituting message resend with Gap Fill
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-07-29 14:08:13
|
I don't believe that ResetOnLogon exists in the version he is using. It can be simulated by setting ResetOnLogoff and ResetOnDisconnect, then making sure he calls reset() on each session in OnCreate. Then in the to app add the ResetSeqNumFlag to every outgoing logon. This should give pretty equivalent functionality. --oren > It sounds like you want a more-or-less "stateless" session. Use the > MemoryStore and set your sessions to ResetOnLogon=Y. |