Re: [Quickfix-users] Field order problem. Workarounds?
Brought to you by:
orenmnero
From: George C. <geo...@qu...> - 2009-02-11 19:20:06
|
Did you look at the config file option ValidateFieldsOutOfOrder? http://www.quickfixengine.org/quickfix/doc/html/configuration.html -----Original Message----- From: David Krantz [mailto:da...@kr...] Sent: Wednesday, February 11, 2009 1:28 PM To: qui...@li... Subject: [Quickfix-users] Field order problem. Workarounds? QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hello. I have a slight problem. A counterparty sends a drop copy flow to my application via fix. In doing so they send the OnBehalfOfSubID (116) Tag among the body tags. This is of course, strictly speaking, not correct according to the FIX specification. But I have no easy way to force my counterparty to do the right thing, i.e. sending the tag where it should be and I would prefer just accepting the message. Normally I would just turn of the data dictionary in the config file, but as I have repeating groups in the login message it seems necessary. I could of course turn off the data dictionary directly on logon, but this maybe is not possible. I need a workaround until my provider corrects their FIX-handling. I run the latest release of quickfix (yes, it is old) with the .NET wrapper (calling it from C#), should that matter. I could of course get a version from subversion and compile it myself and catch that specific error, but there maybe is a simpler way in configuration or calling code? Any ideas? Cheers // David ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |