Re: [Quickfix-developers] Field validation problems
Brought to you by:
orenmnero
|
From: Andrei G. <an...@gm...> - 2007-01-22 18:15:43
|
> Hi Andrei, > > For fields inside repeating groups, the current QF implementation does not > make this kind of validation that you're expecting. > > Thus, your application should be aware and handle this kind of exception to > avoid crashing. > > But, following are some changes that I made to the > DataDictionary::iterate(...) method to achieve the result expected and > receive the Reject message reporting the validation failure. Hi Djalma, I tried your patch and it solves the problem. Thanks! |