[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
447 = D
452 = 24

Second group:

448 = 0000 (eg)
447 = D
452 = 12

When communication is restored, the Acceptor ask for resend the request by , however the resend message looks like this:
FIX.4.4 8 = 9 = 231 35 = D 34 = 428 43 = Y 49 = 52 = ARKA1 20160328-23: 16: 02,215 BMVRII 56 = 122 = 20160328-23: 15: 30 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 = 0000 447 = D 452 = 12 10 = 052

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).

Generated at Tue May 07 09:07:10 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.