[QFJ-546] Nested Group do not support 'ValidateFieldsOutOfOrder' configure Created: 22/Jul/10 Updated: 29/Apr/11 Resolved: 29/Apr/11 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | 1.5.0 |
| Fix Version/s: | 1.5.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | zhengzheming | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows.... jdk 1.5 |
||
| Issue Links: |
|
||||||||
| 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()) if(null!=dic) { dic.setCheckFieldsOutOfOrder(flag); } } |
| Comments |
| Comment by Eric Deshayes [ 29/Apr/11 ] |
|
This is a duplicate of |