[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';
public static final char FILL = '2';

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

Generated at Tue Jul 01 07:42:40 UTC 2025 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.