Re: [Quickfix-developers] NewOrderMultileg compilation issue.
Brought to you by:
orenmnero
|
From: Dale W. <wil...@oc...> - 2005-04-27 17:40:11
|
Boby Paul 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 > >Thanks. I got it the answer from that doc. >But some how when a multileg order comes, the order is rejecting by saying >"Required tag missing" 371=55. But 55 is not a reqd tag in Multi-leg order. >I am wondering why that could be happening. FIX43.xml does not specify 55 as >a reqd tag either. > > If you attempt to get a field that isn't present in the message without enclosing it in a try/catch the quickfix library catches the exception and interprets it as a missing required tag. Dale > >-----Original Message----- >From: Caleb Epstein [mailto:cal...@gm...] >Sent: Wednesday, April 27, 2005 10:53 AM >To: Boby Paul >Cc: qui...@li... >Subject: Re: [Quickfix-developers] NewOrderMultileg compilation issue. > >On 4/27/05, Boby Paul <bp...@gl...> wrote: > > > >>How can I get the leg components? How should I loop thru legs? >>Any helps are highly appreciated. >> >> > >Please take some time to read the documentation. > >http://quickfixengine.org/quickfix/doc/html/repeating_groups.html > > > -- ----------------------------------------------------- Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) http://www.ociweb.com/ http://www.theaceorb.com/ ---------------------------------------------------- |