[QFJ-187] Invalid constant values in ExecType class Created: 01/Jun/07 Updated: 15/Nov/12 Resolved: 02/Jun/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Tommy Hannon | Assignee: | Steve Bate |
Resolution: | Not a bug | Votes: | 0 |
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'; These values need to be removed. |
Comments |
Comment by Steve Bate [ 02/Jun/07 ] |
In the current QF/QFJ design, the same field objects are used for all versions of FIX. Even though the enums you mentioned were replaced in FIX 4.4, they need to remain in the data dictionary for earlier versions of the spec (all versions use the FIX 4.4 fields). |