[Quickfix-developers] Sequence Reset's Sequence #?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-09-08 00:33:53
|
Hi, I am using the latest QuickFIX C++. When a FIX engine receives a Resend Request message with 7 (begin sequence #)=X, should the FIX engine response with 34=X (assuming it is a gap fill)? If yes, it seems like there is a bug in QuickFIX: Received: 8=FIX.4.2^A9=97^A35=2^A34=9^A369=1^A52=20110908-00:22:11.150^A49=XXX^A50=G^A56=YYYY^A57=1^A143=US,IL^A7=2^A16=0^A10=072^A QuickFIX's response: 8=FIX.4.2^A9=124^A35=4^A34=6^A43=Y^A49=YYYY^A50=1^A52=20110908-00:22:11.195^A56=XXX^A57=G^A122=20110908-00:22:11.195^A142=US,IL^A36=6^A123=Y^A10=237^A As you can see, the Resend Request asked for the message with sequence # 2, but QuickFIX replied with a sequence #=6 instead of 2. Any idea? Thanks in advance. Cheers, Hei |