[QFJ-590] Incorrect BeginString set in quickfix.fix50.Message class [getHeader().setField(new BeginString("FIXT.1.1")); Created: 03/May/11  Updated: 15/Nov/12  Resolved: 03/May/11

Status: Closed
Project: QuickFIX/J
Component/s: Engine
Affects Version/s: 1.5.0
Fix Version/s: None

Type: Bug Priority: Default
Reporter: Fabio Bernasconi Assignee: Unassigned
Resolution: Not a bug Votes: 0
Labels: QuickfixJ
Environment:

quickfixj [windows/unix]



 Description   

The BeginString is mistakenly set to 'FIX.1.1' in the quickfix.fix50.Message class. In other Message classes in the packages quickfix.fix* it is correctly set.
Solution: getHeader().setField(new BeginString("FIXT.5.0"));



 Comments   
Comment by Steve Bate [ 03/May/11 ]

This is the correct BeginString for FIX 5.0. The begin string identifies the transport protocol, which is FIXT.1.1 for FIX 5.0.

Generated at Fri May 03 20:18:28 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.