[Quickfix-developers] Re: Setting Repeating Groups in header?
Brought to you by:
orenmnero
|
From: Andrei G. <an...@gm...> - 2005-08-04 14:14:05
|
On 8/3/05, Andrei Goldchleger <an...@gm...> wrote: > Hi there, >=20 > How can i add a Repeating Group to the message header? For example, > how can I add a "NoHops" group to the message header? I am currently > using QuickFix 1.9.4. Ok, maybe my question seems like I haven't RTFM, so here is a better description: I am using the library in the .NET framework and although I see that addGroup is defined for FieldMap in the C++ source, for some strange reason I cannot clall addGroup in C# land. For example: QuickFix44.NewOrderSingle newOrder =3D=09=09=09=09=09=09=09=09new QuickFix4= 4.NewOrderSingle(); newOrder.getHeader().addGroup(new QuickFix.NoHops()); Produces the following error in VS: C:\agoldchleger\VisualStudio\AuctionPrototype\FixClient\FixClientLauncher.c= s(202): 'QuickFix.Message.Header' does not contain a definition for 'addGroup' Regards, Andrei |