|
From: Rekha H. <re...@or...> - 2023-04-17 09:27:25
|
Hi All, I found where i went wrong. I am using tradecaptureReport(AE) and in customization xml, kept parties component outside. That resulted in rejection. thanks all Regards Rekha Hindlekar | Technical Lead | OroSoft Solutions Pvt. Ltd. T: +91 22 2854 0911 | re...@or...<mailto:re...@or...> | www.orosoft.com<http://www.orosoft.com> DISCLAIMER: "This e-mail message including any of its attachments is intended solely for the addressee(s) and may contain privileged information. If you are not the addressee or you have received this email message in error, please notify the sender who will remove your details from its database. You are not authorized to read, copy, disseminate, distribute or use this e-mail message or any attachment to it in any manner and must delete the email and destroy any hard copies of it. This e-mail message does not contain financial instructions or commitments of any kind. Any views expressed in this message are those of the individual sender and do not necessarily reflect the views of OroSoft Solutions Pvt. Ltd., or any other related subsidiaries, entities or persons ________________________________ From: Rekha Hindlekar Sent: Friday, April 14, 2023 1:38 PM To: qui...@li... <qui...@li...> Subject: Customised fix message not picking Hi All, I am using quickfix 2.3.1 having fix50sp2 in sprint boot application. I have some custozmised message but when i tried to send Tradecapture Report message, quickfix send businees reject with message as tag not found. I have used default message factory and added fix 50sp2 message from my customized jar messageFactory = new DefaultMessageFactory(); messageFactory.addFactory(FixVersions.FIX50SP2, FIX50SP2.messages.MessageFactory.class); the mesaage cracker used overe here is of quickfix.message in FixApplication. In config TransportDataDictionary, AppDataDictionary ,DefaultApplVerID, UseDataDictionary=Y all are set, Login and heartbeat are exchanging correctly. but when try to send message through Tradecapture , it gives business reject message. Let me know if i am missing sonething over here Regards Rekha Hindlekar | Technical Lead | OroSoft Solutions Pvt. Ltd. T: +91 22 2854 0911 | re...@or...<mailto:re...@or...> | www.orosoft.com<http://www.orosoft.com> DISCLAIMER: "This e-mail message including any of its attachments is intended solely for the addressee(s) and may contain privileged information. If you are not the addressee or you have received this email message in error, please notify the sender who will remove your details from its database. You are not authorized to read, copy, disseminate, distribute or use this e-mail message or any attachment to it in any manner and must delete the email and destroy any hard copies of it. This e-mail message does not contain financial instructions or commitments of any kind. Any views expressed in this message are those of the individual sender and do not necessarily reflect the views of OroSoft Solutions Pvt. Ltd., or any other related subsidiaries, entities or persons |