Re: [Quickfix-developers] SequenceReset bug?
Brought to you by:
orenmnero
From: Kbo K. <kbo...@gm...> - 2008-06-26 11:50:04
|
Hi, Thanks for the quick reply. > you request all messages up to 507 Yes. And I receive them. However, the last message sent from the counterparty is a Sequence Reset message specifying NewSeqNo=508, meaning the next message they will send (they do not know nor care about the queue on my side, obviously) will have a sequence number of 508. I assume that by that point QuickFix does expect 508, but I guess that processing the queued message causes it to expect 509 - this seems to contradict FIX as it modifies expectations from the counterparty accoring to a unilateral event (i.e. processing something queues on my side, older than the last message received from the counterparty). I've checked with the counterparty, and this is the way they work with all of their customers... What do you say? Thanks again, Kbo |