OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Event Listeners
Getting Started

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

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


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