Re: [Quickfix-developers] NewOrderMultileg compilation issue.
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-04-26 13:26:53
|
On 4/25/05, Boby Paul <bp...@gl...> wrote:
> void CMyApplication::onMessage(const FIX43::NewOrderMultileg& aMsg, const
> FIX::SessionID& aSessionID)=20
> {=20
> FIX::SenderCompID aSenderCompID; // this is OK=20
> aMsg.getHeader().get(aSenderCompID); // this
> is NOT ok=20
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.
--=20
Caleb Epstein
caleb dot epstein at gmail dot com
|