OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
ServiceFactory Class Reference

Public Member Functions

 ServiceFactory (uint16_t threadCount, const ThreadParams &params)
 ServiceFactory (const SessionSettings &setting)
 ~ServiceFactory ()
 ServiceFactory (const ServiceFactory &)=delete
ServiceFactoryoperator= (const ServiceFactory &)=delete

Friends

class Session

Detailed Description

Definition at line 106 of file ServiceFactory.h.

Constructor & Destructor Documentation

◆ ServiceFactory() [1/3]

ServiceFactory ( uint16_t threadCount,
const ThreadParams & params )
Parameters
threadCountNumber of threads.
paramsParameters used to configure a thread.

◆ ServiceFactory() [2/3]

ServiceFactory ( const SessionSettings & setting)
Parameters
settingSettings to be applied.

◆ ~ServiceFactory()

◆ ServiceFactory() [3/3]

ServiceFactory ( const ServiceFactory & )
delete

Member Function Documentation

◆ operator=()

ServiceFactory & operator= ( const ServiceFactory & )
delete

◆ Session

friend class Session
friend

Definition at line 123 of file ServiceFactory.h.