[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:
public Group(int field, int delim) {
this(field, delim, new int[]

{ delim }

);
}

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

Generated at Tue Jul 01 08:19:56 UTC 2025 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.