Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.4.0
-
Fix Version/s: None
-
Component/s: Message Generation
-
Labels:None
-
Environment:Windows XP, Java/Eclipse
Description
When I try to create a quickfix.Message from String, using one of the following constructors: (String, DataDictionary, Validation) or (String, Validation), no MsgType is set in the created quickfix.Message, even if included in the String itself.
The same result can be achieved, when using the fromString() Method.
My application can therefore not determine the type of Message passed.