Re: [Quickfix-developers] Removing a tag
Brought to you by:
orenmnero
From: Casey L. <cas...@ya...> - 2004-12-10 02:32:00
|
I figured it out. For others that may need to know: if( order.isSetField( 18 ) ) order.removeField( 18 ); if( order.isSetField( 21 ) ) order.removeField( 21 ); - C --- Casey Lara <cas...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: > http://www.quickfixengine.org/services.html > > Hi, > > My broker does not support tag 18 and tag 21. I > noticed that QF inserts these tags (using the > tradeclient example program.) > > Where and how do I remove these tages from the > message > before it gets sent? > > - C > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |