OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
Threading Model

The Handler starts with two threads: one for sending messages and another for receiving messages.

One additional thread will be created if asynchronous logging facility is used. For more details please see Asynchronous Logging section.

All the following callbacks are fired from a single thread:

It is very important for user code to be as fast as possible in these callbacks to avoid delay with next message processing.