[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:
Duplicate
duplicates QFJ-682 MiscFeeType in FIX44.xml does not mat... Closed

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

<!-field number="139" name="MiscFeeType" type="CHAR"->
<field number="139" name="MiscFeeType" type="STRING">


Generated at Tue Apr 30 03:56:57 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.