|
4.2 Changes
< Previous Next >
Re: Creating A User Defined Or Custom Message
Mahesh Kumaraguru <> 6 Oct 2009 8:18AM ET As I understand from your post, your FIX engine is session initiator. You have configured ^35=U1^ in your FIX Engine. You need to ask your counterparty (FIX Session acceptor) to also configure MsgType U1 along with applicable fields in their FIX engine's xml definition, otherwise the counterparty's FIX engine would not be able to accept ^35=U1^ as a valid MsgType.
> Hello, I need to create a custom message with my some new custom fields.
> I have made the custom fields and used them successfully in prdefined
> messages. I did changes in .xml file and added new fields, made custom
> field classes and used them. Now i am looking to create my own messages
> and made new tag in .xml file for my Message and gave msgtype = U1.
>
> But when i tried sending that message the acceptor gave an error
> "Message 12 Rejected: Value is incorrect (out of range) for this tag:35"
>
> Please help me out. I think i able understand the error, that U1 is
> not defined in MSGTYPE class. I hope i am right. Please give a step by
> step solution
Re: Creating A User Defined Or Custom Message Mahesh Kumaraguru 6 Oct 2009 8:18AM ET |