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

Nested Group do not support 'ValidateFieldsOutOfOrder' configure

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Critical
    • Resolution: Duplicate
    • Affects Version/s: 1.5.0
    • Fix Version/s: 1.5.1
    • Component/s: None
    • Labels:
      None
    • Environment:
      Windows.... jdk 1.5

      Description

      The ValidateFieldsOutOfOrder configure do not support for nested group ....

      this option only valid for root DataDictionary But not add to group level data dictionary.....

      I think it is better rewrite the DataDictionary#setCheckFieldsOutOfOrder like this:

      public void setCheckFieldsOutOfOrder(boolean flag) {

      checkFieldsOutOfOrder = flag;

      for (GroupInfo info:groups.values())
      {
      DataDictionary dic=info.getDataDictionary();

      if(null!=dic)

      { dic.setCheckFieldsOutOfOrder(flag); }

      }
      }

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                zhengzheming zhengzheming
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: