Re: [Quickfix-developers] MarketDataIncrementalRefresh Rejected
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2007-08-23 12:38:11
|
On 8/23/07, open hash <ope...@ya...> wrote: > "onMessage(FIX44::MarketDataIncrementalRefresh& > mktDataIncRef, const FIX::SessionID& sessionID)" function, it doesn't get That first argument should be a *const* reference. Is it in your Application? If not, then you're simply providing a new overload that will never be called, not overriding the correct virtual function. -- Caleb Epstein |