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< Counterparty > | Counterparties |
typedef int | Hours |
typedef int | Minutes |
typedef int | Seconds |
typedef TimeOfDay | TimeOfDayOfWeek[DayOfWeek::Total] |
typedef std::string | SessionScheduleId |
typedef std::string | SessionConnectionSettingsId |
typedef std::vector<Counterparty> Counterparties |
Ordered series of counterparties.
Definition at line 68 of file SessionConnectionSettings.h.
typedef std::string Host |
Counterparty host name.
Definition at line 33 of file SessionConnectionSettings.h.
typedef int Hours |
The number of hours.
Definition at line 61 of file SessionSchedule.h.
typedef int Minutes |
The number of minutes.
Definition at line 64 of file SessionSchedule.h.
typedef unsigned short Port |
Counterparty port.
Definition at line 36 of file SessionConnectionSettings.h.
typedef int Seconds |
The number of seconds.
Definition at line 67 of file SessionSchedule.h.
typedef std::string SessionConnectionSettingsId |
Definition at line 39 of file SessionScheduler.h.
typedef std::string SessionScheduleId |
Definition at line 36 of file SessionScheduler.h.
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.