[QFJ-704] New parameter "EnableResendRequest" to disable sending ResedRequest message Created: 14/Sep/12 Updated: 18/Sep/12 Resolved: 18/Sep/12 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Default |
| Reporter: | Krzysztof Szalast | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ALL |
||
| Issue Links: |
|
||||||||
| Description |
|
WSE in new system requires to not send ResendRequest Message. Gaps is filled by data from 789 tag. I propose to add new parameter: Affects methods: } and: quickfix.Session::verify(Message msg, boolean checkTooHigh, boolean checkTooLow) } and: quickfix.Session::doTargetTooHigh(Message msg) (...) |
| Comments |
| Comment by Andrzej Hajderek [ 17/Sep/12 ] |
|
Having the same problem I proposed a smaller change (2 lines) that seems to work: http://www.quickfixj.org/jira/browse/QFJ-705 Krzysztof, If you tested it in your project and confirmed, it could help this case. |
| Comment by Christoph John [ 18/Sep/12 ] |
|
Hi Krzysztof, we will track the needed changes on Cheers, |