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