Re: [Quickfix-developers] How to stop quickfix validation?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-10-24 16:06:49
|
However doing this will also make it impossible to parse any messages with repeating groups. For this reason commenting out the m_dataDictionary.validate( message ); line would be a better approach if you plan on receiving messages with repeating groups. If not, then yes, turning off the data dictionary is sufficient. -oren On Oct 24, 2006, at 10:00 AM, Ajay Kamdar wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Quickfix will not do any message content validation if you set > UseDataDictionary session configuration attribute to "N" and leave out > the DataDictionary. |