OnixS C++ Euronext Optiq MDG Handler  1.2.1
API documentation
Frequently Asked Questions

What is the recommended udpSocketBufferSize?

A: It can depend on the environment, our test shows that 8Mb is enough. So the best way is to do a few tests with different values, then to choose.

Link to this answer


Is there any notification given to application when packet gap is detected by Onix?

A: When gap is detected MessageListener::onGap will be fired to notify that market data is not valid.

Link to this answer


Can more than one channel per Handler be processed? Alternatively, are multiple Handler instances necessary?

A: One instance of the Handler processes market data for a single channel only. Users must create multiple instances of the Handler to process data from multiple channels.

Link to this answer