Re: [Quickfix-developers] MarketDataIncrementalRefresh Rejected
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-08-23 15:13:08
|
Are you sure the message you are receiving is FIX 4.4? On Aug 23, 2007, at 6:51 AM, open hash wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > When I send a MarketDataRequest to the server, it responds back > with a MarketDataIncrementalRefresh message type. But the problem > is that though I have overloaded the > "onMessage(FIX44::MarketDataIncrementalRefresh& mktDataIncRef, > const FIX::SessionID& sessionID)" function, it doesn't get fired > when a new message of this type arrives. Instead it gets rejeceted > by my app, saying "Message not supported". I have also tried this in > Application::toApp() "if( msgType.getValue() == "X" ) call the > overloaded function", but even thats not working. > My question is how can I get this function executed or stop sending > the reject m message from my app? > > Thanks! |