Re: [Quickfix-developers] NewOrderMultileg compilation issue.
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-04-27 18:16:37
|
Can you post a copy of this message from your logs?
--oren
----- Original Message -----=20
From: Boby Paul=20
To: qui...@li...=20
Sent: Wednesday, April 27, 2005 1:06 PM
Subject: RE: [Quickfix-developers] NewOrderMultileg compilation issue.
=20
In fact I haven't got up to my=20
onMessage(const FIX43::NewOrderMultileg& aMsg, const FIX::SessionID& =
aSessionID)
{
Printf("Multileg order arrived\n"); // =DF-------not =
coming up here.
=20
/*
All my message handling code here
=20
*/
=20
=20
}
=20
It seems that somewhere behind itself, it is rejecting the order by =
looking at the tag 55
=20
Thanks
Boby
=20
=20
-------------------------------------------------------------------------=
-----
From: qui...@li... =
[mailto:qui...@li...] On Behalf Of =
Dale Wilson
Sent: Wednesday, April 27, 2005 12:40 PM
To: Boby Paul
Cc: 'Caleb Epstein'; qui...@li...
Subject: Re: [Quickfix-developers] NewOrderMultileg compilation issue.
=20
Boby Paul wrote:=20
QuickFIX Documentation: =
http://www.quickfixengine.org/quickfix/doc/html/index.htmlQuickFIX FAQ: =
http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQQuickFIX =
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=3D55. 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 asa 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 =
AMTo: Boby PaulCc: qui...@li...: Re: =
[Quickfix-developers] NewOrderMultileg compilation issue. On 4/27/05, =
Boby Paul <bpaul@globaltecsolutionscom> 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 =20
-- ----------------------------------------------------- Dale Wilson, =
Senior Software Engineer Object Computing, Inc. (OCI) =
http://www.ociweb.com/ =
http://www.theaceorb.com/------------------------------------------------=
---- |