Re: [Quickfix-developers] Adding fields to groups
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-10-01 21:58:01
|
The customary way is to modify the data dictionary, if you want to do it programatically, you can use the getGroup and addGroup on the data dictionary object. Just get the group, make a copy (it is const), add the new fields to the group, then add the group which will override the old one. If you are using new fields that are not in the general field definitions, you will probably also want to add them with the addField method to the main dictionary. --oren > -------- Original Message -------- > Subject: RE: [Quickfix-developers] Adding fields to groups > From: "Tim Banks" <tim...@bl...> > Date: Wed, October 01, 2008 3:20 pm > To: <or...@qu...> > Cc: <qui...@li...> > > > Oren, > > I was trying to add fields to a group in an incoming message - > SecurityDefinition - so QF would parse it w/o complaining. > > Thanks, > Tim > > -----Original Message----- > From: or...@qu... [mailto:or...@qu...] > Sent: Wednesday, October 01, 2008 3:15 PM > To: Tim Banks > Cc: qui...@li... > Subject: RE: [Quickfix-developers] Adding fields to groups > > Tim, > > Can you explain the usage you are looking for? Are you trying to add > group fields to an outgoing message, parse incoming messages, both? > > --oren > > > -------- Original Message -------- > > Subject: [Quickfix-developers] Adding fields to groups > > From: "Tim Banks" <tim...@bl...> > > Date: Tue, September 30, 2008 10:44 am > > To: <qui...@li...> > > > > > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Hi, > > > > I can't find the right code to add fields (custom or std FIX) to > groups. > > I'd prefer to do it programatically rather than a special xml dd. But > I > > know that approach will work if nothing else. > > > > Thanks, > > Tim > > > > > > > ------------------------------------------------------------------------ > - > > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Quickfix-developers mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers |