Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.5.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
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">
Attachments
Issue Links
- duplicates
-
QFJ-682 MiscFeeType in FIX44.xml does not match FIX Protocol
- Closed