Re: [Quickfix-users] Field order problem. Workarounds?
Brought to you by:
orenmnero
From: David K. <dav...@hq...> - 2009-02-11 19:22:50
|
No, I did miss that one, thought I had read that part two times. Silly. Thanks. // David -----Original Message----- From: George Coles [mailto:geo...@qu...] Sent: den 11 februari 2009 20:02 To: David Krantz; qui...@li... Subject: Re: [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 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 ------------------------------------------------------------------------ ------ 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 ************************************************************************************* This message may contain confidential,proprietary or legally privileged information. It is intended only for the person named. If you receive this e-mail by mistake, you must not disclose, disseminate, distribute, copy or otherwise use this e-mail. Please notify the sender immediately and delete the e-mail from your system. The sender does not accept liability for any errors or omissions in the contents of this message which may arise as a result of the e-mail transmission. ************************************************************************************* |