[Quickfix-developers] Strange compile error: getHeader undeclared
Brought to you by:
orenmnero
|
From: Nickolai D. <n_d...@ya...> - 2005-05-20 18:19:49
|
Hi to everyone!
Anybody could please help me make sense of the
following.
The last line in the code below produces a compile
error: `getHeader' undeclared. Anybody can tell me
why? Obviously, this method *is* declared in
FIX42::Message from which FIX42::NewOrderSingle
inherits.
void btgateway::ClientsApplication::onMessage(const
FIX42::NewOrderSingle& nos, const FIX::SessionID& sid)
{
const FIX42::Header& header = nos.getHeader();
I'm using gcc 3.3.4 on Solaris 8.
Many thanks,
Nickolai
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
|