Re: [Quickfix-developers] isCorrectCompID
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-05-10 17:33:18
|
Well, the CME made the choice to break FIX compatibility by sending multiple comp ids on a single session. Adding pattern matching or regex comparisons to compids adds a lot of complexity with no real tangible benefit. The same goes for systems that choose to send some fields with no data. Our solution is going to be to turn turn off that validation for all fields in those cases. We don't intend on writing a validation system that will do that validation for some fields and not for others. The added effort and complexity is just not worth it. These are basic rules of the fix protocol. By breaking this rule, the CME is essentially saying that this rule does not apply. Turning off the validation is the simplest and most universal solution to the problem. If the CME has a habit of sending you messages from other sessions, then there is a bigger problem they need to address. --oren ----- Original Message ----- From: "Jain, Anil" <Ani...@rb...> To: "Oren Miller" <or...@qu...>; "rho" <tia...@ya...>; <qui...@li...> Sent: Wednesday, May 10, 2006 12:18 PM Subject: RE: [Quickfix-developers] isCorrectCompID I do not understand your suggestion to make it configurable. The validation, if it is needed, must be there, now that a pattern needs to be validated, rather than a static data. But, then neither have I used CME fault tolerance, nor I have sufficient QF experience to encounter a failed validation in general. Anil Jain -----Original Message----- From: qui...@li... [mailto:qui...@li...]On Behalf Of Oren Miller Sent: Wednesday, May 10, 2006 1:02 PM To: rho; qui...@li... Subject: Re: [Quickfix-developers] isCorrectCompID QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Yeah, this is just a quick workaround. In the end we will probably need to add another validation config setting such as ValidateSenderCompID. --oren ----- Original Message ----- From: "rho" <tia...@ya...> To: <qui...@li...> Sent: Wednesday, May 10, 2006 11:53 AM Subject: Re: [Quickfix-developers] isCorrectCompID > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > The easy way to fix it is to modify the function one way or another. But > that > would mean a change of the quickfix library. I tried not to change the > quickfix library. > > -- _______________________________________________________________________ This E-Mail (including any attachments) may contain privileged or confidential information. It is intended only for the addressee(s) indicated above. The sender does not waive any of its rights, privileges or other protections respecting this information. Any distribution, copying or other use of this E-Mail or the information it contains, by other than an intended recipient, is not sanctioned and is prohibited. If you received this E-Mail in error, please delete it and advise the sender (by return E-Mail or otherwise) immediately. This E-Mail (including any attachments) has been scanned for viruses. It is believed to be free of any virus or other defect that might affect any computer system into which it is received and opened. However, it is the responsibility of the recipient to ensure that it is virus free. The sender accepts no responsibility for any loss or damage arising in any way from its use. E-Mail received by or sent from RBC Capital Markets is subject to review by Supervisory personnel. Such communications are retained and may be produced to regulatory authorities or others with legal rights to the information. |