Re: [Quickfix-developers] Quickfix Repeating Groups problem
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-10-24 16:03:50
|
We would have to add a setting for this. For now you can turn off all validation with a simple code change. In session.cpp, just comment out the line: m_dataDictionary.validate( message ); --oren On Oct 24, 2006, at 9:27 AM, Kel...@ub... wrote: > Other than the below config settings, are there other ways to turn off > ALL validations? I've tried the below settings, and messages are > still > being checked before being passed off. > > Thanks. > Kelvin |