Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:QuickFix/J 1.1.0
Description
The following values are incorrectly defined (according to FIX spec.) for ExecType (150)...
public static final char PARTIAL_FILL = '1';
public static final char FILL = '2';
These values need to be removed.