[QFJ-361] new Group(int, int) should use Dictionary to decide the tag order Created: 30/Oct/08 Updated: 16/Oct/12 Resolved: 16/Oct/12 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Alvin Wang | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None |
Description |
Right now, it is: ); But I think it should get the order info from the Dictionary to make more sense based on the spec. Thanks. |
Comments |
Comment by Brad Harvey [ 30/Oct/08 ] |
Is http://www.quickfixj.org/quickfixj/javadoc/quickfix/MessageFactory.html#create(java.lang.String,%20java.lang.String,%20int) what you're after? Group is a basic building block - it doesn't know about Dictionary. |
Comment by Alvin Wang [ 31/Oct/08 ] |
Agree... pls close this issue. |
Comment by Alvin Wang [ 04/Nov/08 ] |
i think Group(int, int) should be deprecated |