[QFJ-703] Do not reject PossDup message which does not have OrigSendingTime tag set Created: 10/Sep/12 Updated: 11/Sep/12 Resolved: 11/Sep/12 |
|
| Status: | Resolved |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Improvement | Priority: | Default |
| Reporter: | Christoph John | Assignee: | Christoph John |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | session | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I think we should just check if tag 122/OrigSendingTime is present and if it isn't we shouldn't do the SendingTime vs. OrigSendingTime check. QF/J should rather try to synchronize correctly instead of throwing validation errors. So we will introduce a configuration "RequiresOrigSendingTime" which defaults to true to keep the original behaviour. |
| Comments |
| Comment by Grant Birchmeier [ 10/Sep/12 ] |
|
Someone on the QF/n list is having a similar problem, e.g. an exchange is not including OrigSendingTime. Thus he is working on a patch that will allow config RequiresOrigSendingTime=N to disable checking of this field. (Default =Y). Maybe QF/j could use this as well. |
| Comment by Christoph John [ 11/Sep/12 ] |
|
Hi Grant, thanks for the pointer. Sounds reasonable to have the same naming. |