Re: [Quickfix-developers] Invalid FIX messages
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-12-21 20:21:45
|
I think we were working on adding this capability, but currently you will need to comment out the validation if you want this behavior. Look for the line: m_dataDictionary.validate( message ); in Session.cpp and comment it out. I think that should let your messages through. --oren On Dec 20, 2006, at 5:54 PM, Mike Smith wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > I've got sort of a messed up situation. I've written a QF acceptor > which was built to replace a legacy VB6 home-grown FIX application. > I've found an issue where the legacy app accepts invalid FIX messages > (tags repeated with different values). I am trying to get our > existing > clients to correct this and send valid FIX messages, but wanted to > know > if there was any way I could trap these invalid messages and somehow > process them in my QF Acceptor? Fyi...the acceptor is written > in .NET. > > Many thanks for your help. > > -Mike > > ---------------------------------------------------------------------- > --- > 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 > |