NOTE: Jira is for bug reports and feature requests.
If you are entering an issue to ask a question,
please use the QuickFIX/J support options. Thank you.

Issue Details (XML | Word | Printable)

Key: QFJ-361
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Alvin Wang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickFIX/J

new Group(int, int) should use Dictionary to decide the tag order

Created: 30/Oct/08 01:16 AM   Updated: 04/Nov/08 09:41 PM
Component/s: Engine
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Brad Harvey added a comment - 30/Oct/08 12:18 PM
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.


Alvin Wang added a comment - 31/Oct/08 11:47 PM
Agree... pls close this issue.

Alvin Wang added a comment - 04/Nov/08 09:41 PM
i think Group(int, int) should be deprecated