OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
OnixS::ICE::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 66 of file SessionConnectionSettings.h.

◆ Host

typedef std::string Host

Counterparty host name.

Definition at line 31 of file SessionConnectionSettings.h.

◆ Hours

typedef int Hours

The number of hours.

Definition at line 59 of file SessionSchedule.h.

◆ Minutes

typedef int Minutes

The number of minutes.

Definition at line 62 of file SessionSchedule.h.

◆ Port

typedef unsigned short Port

Counterparty port.

Definition at line 34 of file SessionConnectionSettings.h.

◆ Seconds

typedef int Seconds

The number of seconds.

Definition at line 65 of file SessionSchedule.h.

◆ SessionConnectionSettingsId

typedef std::string SessionConnectionSettingsId

Definition at line 37 of file SessionScheduler.h.

◆ SessionScheduleId

typedef std::string SessionScheduleId

Definition at line 36 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 133 of file SessionSchedule.h.