Re: [Quickfix-users] Order of fields changes when sending repeating group
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2009-07-12 23:08:54
|
Hi Marta, You are right, at runtime quickfix uses the datadictionary only for validation. The order of the fiels in a repeating group is defined by the message_order you pass to the group constructor. If you use the QuickFix44.MarketDataRequest.NoRelatedSym you should not be concerned about this issue because this class already has a correct definition for the message_order parameter. Regards, Djalma On Thu, Jul 9, 2009 at 8:50 AM, Marta Kamara<Ma...@ik...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hello, > > I am using quickfix 1.12.4 with c#. > > > > I am trying to send a MarketDataRequest that contains a NoRelatedSym group > > > > When creating the message to send, I define and add the group accordingly and just before the message is sent I can see in debug that the message has the correct order. However, once if goes out I can see in the log that the field sequence has changed. Looks like quickfix is reorganizing the fields order when sending out and ignoring the fact that I have defined a group. > > > > I am using a DataDictiorany and I have defined the group correctly. But I have the feeling the dictionary is only being used for validation of the incoming messages. > > > > Is there any way to avoid quickfix re ordering the fields in my group when sending a message out?? > > > > Thanks > > > > Marta Kamara > > Financial Software Engineer > > IKOS CIF Limited - Cyprus > > -------------------------------- > > ph: +357 25554454 > > fax: +357 25814744 > > > > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |