Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-361

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

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Not a bug
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Engine
    • 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.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              awang Alvin Wang
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: