OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Event Listeners

To be notified about the information received from BrokerTec Exchange event listeners should be registered with the Handler object using the following methods:

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


Note
OnixS::BrokerTec::Handler::logout should NOT be called from Handler's event handler.