RE: [Quickfix-developers] NewOrderMultileg compilation issue.
Brought to you by:
orenmnero
|
From: Boby P. <bp...@gl...> - 2005-04-26 13:51:53
|
Caleb,
Thanks very much. In fact that was the problem. It helped a lot.
Boby
-----Original Message-----
From: Caleb Epstein [mailto:cal...@gm...]
Sent: Tuesday, April 26, 2005 8:27 AM
To: Boby Paul
Cc: qui...@li...
Subject: Re: [Quickfix-developers] NewOrderMultileg compilation issue.
On 4/25/05, Boby Paul <bp...@gl...> wrote:
> void CMyApplication::onMessage(const FIX43::NewOrderMultileg& aMsg, const
> FIX::SessionID& aSessionID)
> {
> FIX::SenderCompID aSenderCompID; // this is OK
> aMsg.getHeader().get(aSenderCompID); // this
> is NOT ok
I suspect you have not included the header
<quickfix/fix43/NewOrderMultileg.h>. The MessageCracker includes a
forward declaration for it, but does not include the header file
itself. You need to do this in your application.
--
Caleb Epstein
caleb dot epstein at gmail dot com
|