OnixS Borsa Italiana IDEM SOLA HSVF Market Data Handler for C++  1.1.2.0
Threading Model

Handler start 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 callbacks of message listener OnixS::IDEM::SOLA::HSVF::MarketData::MessageListener are fired from one thread.

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