[QFJ-618] Documentation for ValidateUserDefinedFields is incorrect Created: 13/Jul/11 Updated: 03/Dec/14 Resolved: 03/Dec/14 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Documentation |
Affects Version/s: | 1.5.0 |
Fix Version/s: | None |
Type: | Improvement | Priority: | Default |
Reporter: | Jerome Thibodeau | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 0 |
Labels: | None |
Issue Links: |
|
Description |
In the documentation : http://www.quickfixj.org/quickfixj/usermanual/1.5.0/usage/configuration.html ValidateUserDefinedFields If set to N, user defined fields will not be rejected if they are not defined in the data dictionary, or are present in messages they do not belong With default value : N But in the code line 76 the variable checkUserDefinedFields is initialized to true. 62 public class DataDictionary { |
Comments |
Comment by Christoph John [ 03/Dec/14 ] |
duplicate of |
Comment by Christoph John [ 03/Dec/14 ] |
It seems the documentation for 1.5.0 was indeed incorrect, but it is corrected since 1.5.1 |