OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
OnixS::B3::BOE::Scheduling Namespace Reference

Classes

class  Counterparty
struct  DayOfWeek
class  SessionConnectionSettings
class  SessionSchedule
class  SessionScheduler
class  SessionSchedulerListener
class  SessionSchedulerOptions
class  TimeOfDay

Typedefs

typedef std::string Host
typedef unsigned short Port
typedef std::vector< CounterpartyCounterparties
typedef int Hours
typedef int Minutes
typedef int Seconds
typedef TimeOfDay TimeOfDayOfWeek[DayOfWeek::Total]
typedef std::string SessionScheduleId
typedef std::string SessionConnectionSettingsId

Typedef Documentation

◆ Counterparties

typedef std::vector<Counterparty> Counterparties

Ordered series of counterparties.

Definition at line 68 of file SessionConnectionSettings.h.

◆ Host

typedef std::string Host

Counterparty host name.

Definition at line 33 of file SessionConnectionSettings.h.

◆ Hours

typedef int Hours

The number of hours.

Definition at line 61 of file SessionSchedule.h.

◆ Minutes

typedef int Minutes

The number of minutes.

Definition at line 64 of file SessionSchedule.h.

◆ Port

typedef unsigned short Port

Counterparty port.

Definition at line 36 of file SessionConnectionSettings.h.

◆ Seconds

typedef int Seconds

The number of seconds.

Definition at line 67 of file SessionSchedule.h.

◆ SessionConnectionSettingsId

typedef std::string SessionConnectionSettingsId

Definition at line 39 of file SessionScheduler.h.

◆ SessionScheduleId

typedef std::string SessionScheduleId

Definition at line 38 of file SessionScheduler.h.

◆ TimeOfDayOfWeek

typedef TimeOfDay TimeOfDayOfWeek[DayOfWeek::Total]

Collection of time of day values indexed by the day of week.

Definition at line 135 of file SessionSchedule.h.