Re: [Quickfix-developers] Remove fields 49 and 56 from a message.
Brought to you by:
orenmnero
From: Christoph J. <chr...@ma...> - 2012-01-31 09:08:36
|
Hi, those fields are header fields, so you need to do message.getHeader().removeField(int). Cheers, Chris. On 01/31/2012 03:15 AM, Marcelo Beckmann wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Hi masters, > > I'm trying to remove two fields form a quick fix message, without sucess. > > I'm trying something like this: > > message.removeField(49); > message.removeField(56); > > and when I see the message after this, the fields remains there. > > Could someone help me? > > Thanks in advance for your useful orientation, > > -- > Marcelo Beckmann > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers -- Christoph John Development & Support Direct: +49 241 557080-28 Mailto:Chr...@ma... http://www.macd.com <http://www.macd.com/> ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- Macdonald Associates GmbH Oppenhoffallee 103 D-52066 Aachen Tel: +49 241 557080-0 | Fax: +49 241 557080-10 Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- take care of the environment - print only if necessary |