[QFJ-887] NoPartyIDs Tag 453 error in resend Created: 14/Apr/16 Updated: 21/Apr/16 Resolved: 21/Apr/16 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build, Message Generation, Networking |
Affects Version/s: | 1.5.0 |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Gilberto | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | QuickfixJ, ResendRequest,, encoding | ||
Environment: |
JVM 1.7, Centos 7 |
Description |
I am developing a client using quickfix / j generally works well, but I found a problem with the resend when there is a communication error with the Acceptor. When sending a message like the following: FIX.4.4 8 = 9 = 228 35 = D 34 = 463 52 = 49 = INITIATOR 20160405-16: 11: 34,226 ACCEPTOR 56 = 11 = 8746340000000002 21 = 3 22 = 4 38 = 2498 40 = 1 44 = 0 48 = MX01ME050007 54 = 2 59 = 0 60 = 20160315-17: 41: 06,000 432 = 20160315 20001 = 0 453 = 2 448 = 3 447 = D 452 = 24 448 = 0000 447 = D 452 = 12 10 = 255 Where the tag 453 has a value of 2 and their associated tags are: First group: 448 = 3 Second group: 448 = 0000 (eg) When communication is restored, the Acceptor ask for resend the request by , however the resend message looks like this: The tag 453 still has a value of 2 and the tag 43 appears with "Y" because it is a resend, but only taken considered the second group in the message body, ie 448 = 0000, 447 = D 452 = 12 which invalidates it for processing as the first group is not in the message. Have any idea what happens in the re-transmission of the message, I appreciate very much your help. |
Comments |
Comment by Christoph John [ 15/Apr/16 ] |
I see you already wrote to the quickfixj-users group (which was the right thing to do). |