Re: [Quickfix-developers] Disabling message verification.
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-02-27 20:50:20
|
If you know which tags they are missing, you can just set them as not required in the XML file. If you *really* don't want any validation, you can always comment it out. m_dataDictionary.validate( message ); Is the line in Session.cpp that does the validation. You don't call that, it's a free for all (except checksum and message length will still be checked). We are adding configuration settings for turning a bunch of these things off. For instance we found several instances of systems with out of order fields and blank fields. We will likely be adding more of these. A flag that will skip validation completely would likely be useful as well. Rob Kulseth <ro...@ri...> wrote:I am implementing a Market Making application using a QuickFix SocketInitiator. My counter party isn't exactly Fix Compliant. Is there any way to by pass Message verification and allow any messages sent from my counter party to be passed to my app and avoid sending any reject messages for things like required tag missing reject messages. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers --------------------------------- Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, and more |