Re: [Quickfix-developers] Field validation problems
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-01-23 15:55:45
|
Ok, but I am not a QuickFIX developer. I think that Oren or someone else should be so kind to upload this patch to CVS or provide a better fixing for this message validation bug. Another bug, not solved by this patch is the DataDictionary::checkIsInMessage( field, msgType ); which currently cannot check if the Field belongs to the repeating group, as I already explained. Let's wait for some feedback. Djalma On 1/22/07, Andrei Goldchleger <an...@gm...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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! > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |