Re: [Quickfix-developers] Invalid FIX messages
Brought to you by:
orenmnero
|
From: Mike S. <MS...@rj...> - 2006-12-21 21:08:19
|
I'll try that out. Thanks! -----Original Message----- From: Oren Miller [mailto:or...@qu...]=20 Sent: Thursday, December 21, 2006 2:22 PM To: Mike Smith Cc: qui...@li... Subject: Re: [Quickfix-developers] Invalid FIX messages I think we were working on adding this capability, but currently you =20 will need to comment out the validation if you want this behavior. =20 Look for the line: m_dataDictionary.validate( message ); in Session.cpp and comment it out. I think that should let your =20 messages through. --oren On Dec 20, 2006, at 5:54 PM, Mike Smith wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20 > 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 =20 > existing > clients to correct this and send valid FIX messages, but wanted to =20 > 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 =20 > 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 =20 > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |