Details
-
Type: Bug
-
Status: Resolved
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 1.6.4
-
Fix Version/s: 2.0.1
-
Component/s: Metadata/Specs
-
Labels:None
Description
Compare the following two XML fragments from a data dictionary, the first produces an error and the second is fine
<message name="XMLnonFIX" msgtype="n" msgcat="Session"/>
Results in
Caused by: quickfix.ConfigError: No fields found: msgType=n at quickfix.DataDictionary.load(DataDictionary.java:1021) ~[quickfixj-core-1.6.4.jar:1.6.4]
<message name="XMLnonFIX" msgtype="n" msgcat="Session"> </message>