[Quickfix-users] Value in the tag 57(targetSubId) changes in call to sendToTarget
Brought to you by:
orenmnero
From: <Pra...@ba...> - 2010-04-22 15:32:28
|
I am using Quickfix 1.12.4 and FIX.4.4(C++ on windows). I am trying to send a TradeCaptureReportReqeust message. I print the tag value before just before the call to sendToTarget and it's the value I expect it to be. But the message that's getting sent across does not have the tag value I expect. I am setting the tag with the following code. void FixApplication::appendCommonheader(FIX44::Message& msg) { FIX::SenderSubID senderSubId("xxxxxxxxxx"); msg.getHeader().set(senderSubId);//TODO:Hard coded for now, will, need to change. FIX::TargetSubID targetSubId("xxxxxxxxxx"); msg.getHeader().setField(FIX::FIELD::TargetSubID,targetSubId);//TODO:Hard coded for now, will, need to change. } Any suggestions? Thanks, -Pradyot Dhulipala _______________________________________________ This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing. Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group. _______________________________________________ |