Re: [Quickfix-developers] Tag 44 in execution reports
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2009-05-14 16:42:00
|
Joaquín, have you looked at the FIX specs to see why this field is required? "Conditionally required field" means that this field's presence depends on some other values in the message or situation. FIXimate (http://fixprotocol.org/FIXimate3.0/) says "Required if specified on the order". That's pretty vague, but the FIX specs (http://fixprotocol.org/specifications/) can probably give the clearer answer you desire. I know this is kind of a RTFM answer, but familiarity with these docs will help any FIX developer. If you don't like the answer that you find, then of course you can alter the xml file as Pierre suggests. -Grant On Thu, May 14, 2009 at 5:51 AM, Pierre El-khoury <pi...@al...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi > You could set the required="N" in your xml file for that tag in that message. > Hoping this help > > BR Pierre > -----Oprindelig meddelelse----- > Fra: Joaquín Gracia [mailto:j.g...@ra...] > Sendt: 14. maj 2009 08:24 > Til: qui...@li... > Emne: [Quickfix-developers] Tag 44 in execution reports > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi All, > > There's something I don't understand. > > When I send a STOP order and I get a PENDING NEW execution report from > the broker, quick fix rejects this message: > > Rejected: COnditionally Required Field Missing:44 > > > Why should I expect a tag 44 in a pending_new report? How can I make > quickfix not to require this tag in this type of reports? > > Thank you. > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |