Adding fields to groups

View: New views
4 Messages — Rating Filter:   Alert me  

Adding fields to groups

by Tim Banks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
Quickfix-developers@...
https://lists.sourceforge.net/lists/listinfo/quickfix-developers

Parent Message unknown Re: Adding fields to groups

by Oren Miller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html

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.banks@...>
> Date: Tue, September 30, 2008 10:44 am
> To: <quickfix-developers@...>
>
>
> 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
> Quickfix-developers@...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers


-------------------------------------------------------------------------
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
Quickfix-developers@...
https://lists.sourceforge.net/lists/listinfo/quickfix-developers

Re: Adding fields to groups

by Tim Banks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html

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: oren@... [mailto:oren@...]
Sent: Wednesday, October 01, 2008 3:15 PM
To: Tim Banks
Cc: quickfix-developers@...
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.banks@...>
> Date: Tue, September 30, 2008 10:44 am
> To: <quickfix-developers@...>
>
>
> 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
> Quickfix-developers@...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers


-------------------------------------------------------------------------
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
Quickfix-developers@...
https://lists.sourceforge.net/lists/listinfo/quickfix-developers

Parent Message unknown Re: Adding fields to groups

by Oren Miller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html
QuickFIX Support: http://www.quickfixengine.org/services.html

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.banks@...>
> Date: Wed, October 01, 2008 3:20 pm
> To: <oren@...>
> Cc: <quickfix-developers@...>
>
>
> 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: oren@... [mailto:oren@...]
> Sent: Wednesday, October 01, 2008 3:15 PM
> To: Tim Banks
> Cc: quickfix-developers@...
> 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.banks@...>
> > Date: Tue, September 30, 2008 10:44 am
> > To: <quickfix-developers@...>
> >
> >
> > 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
> > Quickfix-developers@...
> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers


-------------------------------------------------------------------------
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
Quickfix-developers@...
https://lists.sourceforge.net/lists/listinfo/quickfix-developers
LightInTheBox - Buy quality products at wholesale price!