Re: [Quickfix-developers] Missing tag 122
Brought to you by:
orenmnero
|
From: <San...@ub...> - 2007-08-03 10:32:05
|
> Are you talking about messages you send or messages you receive? I am sending messages. To met brokers odd requirement of sending Tag 122 in New Order I need to change QuickFix libraries. Any idea in which class QuickFix changes the message? Messages are getting changed in toApp() method. I am using C++ on Linux platform. Regards, Sangram -----Original Message----- From: Caleb Epstein [mailto:cal...@gm...]=20 Sent: Thursday, August 02, 2007 5:41 PM To: Shinde, Sangram; quickfix-developers Subject: Re: [Quickfix-developers] Missing tag 122 On 8/2/07, San...@ub... <San...@ub...> wrote: > Any idea how to stop all such validation/corrections done by quickfix? > I don't want ANY correction from quickfix side? Are you talking about messages you send or messages you receive? In the case of the former, OrigSendingTime is a bit of a special case and this behavior is not configurable. It is necessary to implement certain logic in order to be FIX compliant, and the handling of this field is one of those things. For example, you don't want to calculate your own message Checksums do you? Certain things are necessarily hard-wired. If want to disable validation of incoming messages, simply don't use a Data Dictionary for the session in question. -- Caleb Epstein Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mails are not encrypted and cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. UBS Limited is a company registered in England & Wales under company number 2035362, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS AG (London Branch) is registered as a branch of a foreign company under number BR004507, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. UBS Clearing and Execution Services Limited is a company registered in England & Wales under company number 03123037, whose registered office is at 1 Finsbury Avenue, London, EC2M 2PP, United Kingdom. |