[QFJ-755] FIX44.xml field number 139 'MiscFeeType' should be of type 'STRING' Created: 05/Nov/13 Updated: 31/Mar/14 Resolved: 31/Mar/14 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Tommy Hannon | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
FIX specification 4.4 added three values to the MiscFeeType (139) field that exceed the length of type 'CHAR'. This necessitates the type to be 'STRING' due to two-character values even though the FIX 4.4 specification still defines it as data type 'char'. <!- |