[Quickfix-developers] FIX Message Validation
Brought to you by:
orenmnero
From: Franssen, R. <Ron...@ko...> - 2014-09-02 14:24:11
|
Hello All, We have had a QuickFix implementation for about 5 years now that connects to one of the major exchanges. Anyhow, we are wondering if there is a way to use QuickFix without the message validation. We are currently using a data dictionary and validate incoming messages. However, the vendor routinely adds new information to the data dictionary (which we must go manually update). This can become a bit of a tedious chore. I tried to change the configuration setting to "N" to NOT use a data dictionary and QuickFix promptly began rejecting messages. Further research indicates that I can use the ValidateFieldsHaveValues and ValidateUserDefinedFields (set to N) to turn of message validation, although I don't have this working yet. What is the proper way to turn of message validation and what are the pitfalls if I do? thanks The information in this e-mail and any attachments is confidential and intended solely for the attention and use of the named addressee(s). It must not be disclosed to any person without proper authority. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorized to and must not disclose, copy, distribute, or retain this message or any part of it. |