The way in which the Engine will work with sockets.
#define ONIXS_FIXENGINE_API
static ONIXS_FIXENGINE_API Enum parse(const std::string &fromText)
Parses the ThreadingModel::Enum value from the textual representation.
static ONIXS_FIXENGINE_API const char * toString(ThreadingModel::Enum value)
Returns a textual representation of the ThreadingModel::Enum value.
Session events are handled by rolling an event loop in a user thread.
By default, the session will use the mode that was configured for the whole Engine.
The session will share the thread pool.
The session will use its own sending and receiving threads.