[Quickfix-developers] SequenceReset control
Brought to you by:
orenmnero
From: James W. <wi...@wi...> - 2005-03-25 14:10:42
|
Folks, I had coded some control logic in my QuickFIX application to generate SequenceReset messages and send them directly. I have discovered that there is a session-level method to do this, but it looks like you have no control over whether the GapFill flag will be set. Session:generateSequenceReset() looks like it will *always* set GapFillFlag to Y. Is there a way to generate such a message with GapFillFlag set to N or not sent at all? I ask because while the SequenceReset message goes out when I generate and send it manually, the Sequence numbers seem not to be getting reset in the session, and subsequent traffic ends up with incorrect sequence numbers; I was hoping that using the Session method would take care of this problem. thanks, Jim -- James Wiggs <wi...@wi...> |