Re: [Quickfix-developers] How to add a new group to a message
Brought to you by:
orenmnero
|
From: <ec...@fi...> - 2007-10-11 19:16:33
|
I first added the following to the FIX44.xml file (in the MassQuote
mssage):
<group name=3D"NoStipulations" required=3D"N">
<field name=3D"StipulationType" required=3D"N"/>
<field name=3D"StipulationValue" required=3D"N"/>
</group>
I also tried variations of the 'required' attribute being 'Y', and also
tried adding the Stipulations component instead of the group. At the
other end of the spectrum, I attempted to add in the code for the group
to MassQuote.cs and MassQuote.h, then recompiled. I'm writing in C# and
running on Windows. Is it possible that there is something that I'm
overlooking? The raw messages appear correct, and the body count
matches the actual length that it is supposed to.
Thanks for your help!
Regards,
Everett
=20
-----Original Message-----
From: Oren Miller [mailto:or...@qu...]=20
Sent: Thursday, October 11, 2007 12:09 PM
To: Everett Conrad
Cc: qui...@li...
Subject: Re: [Quickfix-developers] How to add a new group to a message
You should be able to just add the group to the message in the data =20
dictionary.
--oren
On Oct 11, 2007, at 11:18 AM, econrad wrote:
> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/=20
> html/index.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
>
> Hello!
>
> This is a simplification of an earlier post. If I wanted to add the
> 'NoStipulations' group (tags 232, 233, & 234) to the MassQuote =20
> message (I'm
> receiving these messages), how would I do this? Thanks in advance!
>
> Regards,
>
> Everett
>
> --=20
> View this message in context: http://www.nabble.com/How-to-add-a-=20
> new-group-to-a-message-tf4608314.html#a13159220
> Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a =20
> browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
|