[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:
Duplicate
duplicates QFJ-535 ValidateFieldsOutOfOrder=N not applie... Closed

 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); }

}
}



 Comments   
Comment by Eric Deshayes [ 29/Apr/11 ]

This is a duplicate of QFJ-535

Generated at Sun Apr 28 22:49:29 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.