OnixS MX HSVF Market Data Handler for C++  1.9.2.0
Event Listeners

To be notified about the information received from MX event listeners should be registered with the OnixS::MX::Hsvf::Handler object using the following methods:

Following method could be used to remove event listener from the handler instance:

Note:
Event handling/listening is a synchronous operation. So it's highly recommended to avoid time-consuming tasks inside event handlers.


Note:
OnixS::Eurex::EtsTradingHandler::Handler::disconnect should NOT be called from Handler's event handler.