Re: [Quickfix-developers] Re: Quickfix-developers digest, Vol 1 #254 - 6 msgs
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-06-23 15:15:27
|
You can post your changes to the quickfix-developers mailing list and they will get checked in. Thank you. --- murphypa <mur...@pe...> wrote: > Re this topic: > > IsSetField is not available in the C# assemblies > (neither on the Message > nor on the Group classes). > As I do not want to trap exceptions when I do not > need to - I added the > call to the Message > and Group class headers. > > What is the recommended way of doing these > additions? > > sincerely, > mpa > > qui...@li... > wrote: > > >Send Quickfix-developers mailing list submissions > to > > qui...@li... > > > >To subscribe or unsubscribe via the World Wide Web, > visit > > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > >or, via email, send a message with subject or body > 'help' to > > qui...@li... > > > >You can reach the person managing the list at > > qui...@li... > > > >When replying, please edit your Subject line so it > is more specific > >than "Re: Contents of Quickfix-developers > digest..." > > > > > >Today's Topics: > > > > 1. Re: How can I check if message contains some > > field. (Joerg Thoennes) > > 2. Re: How can I check if message contains some > > field. (Joerg Thoennes) > > 3. Fw: [Quickfix-developers] How can I check if > message contains some field. (???????? ???????) > > 4. QuickFIX java - DLL and JAR files (Alexandre > Hoang) > > > >--__--__-- > > > >Message: 1 > >Date: Fri, 20 Jun 2003 14:30:02 +0200 > >From: Joerg Thoennes <Joe...@ma...> > >Reply-To: Joe...@ma... > >Organization: Macdonald Associates > >To: > =?ISO-8859-15?Q?=3F=3F=3F=3F=3F=3F=3F=3F_=3F=3F=3F=3F=3F=3F=3F?= > > <sil...@tu...> > >CC: qui...@li... > >Subject: Re: [Quickfix-developers] How can I check > if message contains some > > field. > > > >Hello Vjacheslav, > > > > > > > >>How can I check if message contains some > field(i.e. tag 269)? > >> > >> > > > >Just use > > > > if ( message->isSetField(269) ) { > > ... > > } > > > >This is difficult to find, this this method is in > the class FieldMap > >which is the base class of message. > > > >If you use getField( 269 ), a FieldNotFound > exception will be thrown > >if the field does not exist. > > > >Privet, Jörg ;-) > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |