[QFJ-90] No PossDup checks are run if the SeqNum is the expected next one. Created: 22/Oct/06 Updated: 04/Jul/07 Resolved: 10/Jun/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.0.4 |
Fix Version/s: | 1.2.0 |
Type: | Bug | Priority: | Default |
Reporter: | Asa Denton | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
There should be some error checking on the OrigSendingTime if the MsgSeqNum is correct and the PossDupFlag is set and a reject message sent if this fails. The code is there if the MsgSeqNum is less than expected but it is not run if the MsgSeqNum is as expected. See FIX 4.4 Vol 2 Test case 2f&g |
Comments |
Comment by Steve Bate [ 10/Nov/06 ] |
I'm waiting for comments from Oren since this is also a C++ engine issue. |
Comment by Steve Bate [ 10/Jun/07 ] |
I've made the change. |