RE: [Quickfix-developers] QuickFix and disabling validation for given MsgType
Brought to you by:
orenmnero
|
From: Shepheard, T. \(London\) <Tob...@ml...> - 2006-02-20 11:14:30
|
There is an alternative (and neater and safer) option whilst still using the DataDictionary, and that is to update the dictionary with your flattened specification. This means editing the relevant FIX4#.xml file and then rebuilding quickfix yourself from source. The downside is you need to do your own builds, but this shouldn't be too hard as the build files are all provided, and on the plus side this means you still have full validation on every message. =20 I don't know of any way to turn off validation on a msgType level. =20 Regards Toby -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Shankar Krishnan Sent: 17 February 2006 19:08 To: qui...@li... Subject: [Quickfix-developers] QuickFix and disabling validation for given MsgType =09 =09 =09 Is it possible to disable validation of messages at the MsgType level in quickfix ? I have a scenario where the repeating group in a message has been Flattened meaning it's no longer a repeating group. I would not like to open up the session for this using the useDataDictionary =3D N feature. -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the = sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/ -------------------------------------------------------- |