Re: [Quickfix-developers] Strange compile error: getHeader undeclared
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-05-20 18:44:00
|
Did you include quickfix/fix42/NewOrderSingle.h? --oren ----- Original Message ----- From: "Nickolai Dobrynin" <n_d...@ya...> To: <qui...@li...> Sent: Friday, May 20, 2005 1:19 PM Subject: [Quickfix-developers] Strange compile error: getHeader undeclared > 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 > > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |