[QFJ-76] Support ordering of non-group fields (header, trailer, body) Created: 25/Sep/06 Updated: 04/Jul/07 Resolved: 12/Jun/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Message Generation |
Affects Version/s: | None |
Fix Version/s: | 1.2.0 |
Type: | New Feature | Priority: | Default |
Reporter: | Steve Bate | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
The current idea is to extend the code generation to support an attribute in the data dictionary that will cause the generated messages to have ordered fields. The ordering would be defined by the data dictionary order. |
Comments |
Comment by Steve Bate [ 10/Jun/07 ] |
There is an option for the code generator that specifies the field ordering for regular messages in the same way as it is for repeating groups. It's possible this is not currently working for header and trailer objects. To enable the option pass a "-Dgenerate.ordered" option on the Ant command line. |