Menu

#81 EncodedText not being validated in TradeCaptureReport

open
nobody
None
5
2011-10-27
2011-10-27
No

Hello QuickFix,
In my Fix implementation, I have not specified the "ValidateFieldsHaveValues " in the fix settings. But by default its value is Y which means that a message will be rejected by QuickFix if it contains a field with no value in it. I am using a DataDictionary xml and I have set "UseDataDictionary" to Y. Inside my data dictionary xml, I have created a message "TradeCaptureReport" which contains these non-required fields: Text (tag 58) and EncodedText (tag 355).
The problem is that it is validating the Text field but not the EncodedText, i.e. if a message arrives that contains 58=| then the message gets rejected by quickfix. But if a message arrives containing 355=| then it is not rejected by QuickFix.
Could you please check this bug?
Thanks,
Omair

Discussion


Log in to post a comment.