[Quickfix-developers] MarketDataIncrementalRefresh Rejected
Brought to you by:
orenmnero
|
From: open h. <ope...@ya...> - 2007-08-23 11:52:04
|
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!
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. |