OnixS C++ FIX Engine  4.10.1
API Documentation
SchedulerThreadingModel Struct Reference

#include <OnixS/FIXEngine/FIX/Scheduling/SessionScheduler.h>

Public Types

enum  Enum { DedicatedThreads, ExternalThread }
 

Static Public Member Functions

static ONIXS_FIXENGINE_API const char * toString (SchedulerThreadingModel::Enum value)
 

Detailed Description

Definition at line 99 of file SessionScheduler.h.

Member Enumeration Documentation

enum Enum
Enumerator
DedicatedThreads 

Scheduler will use its own threads.

ExternalThread 

Scheduler events are handled by rolling an event loop in a user thread.

Definition at line 101 of file SessionScheduler.h.

Member Function Documentation

static ONIXS_FIXENGINE_API const char* toString ( SchedulerThreadingModel::Enum  value)
static

Returns the textual representation of the SchedulerThreadingModel::Enum value.


The documentation for this struct was generated from the following file: