#include <OnixS/FIXEngine/FIX/Scheduling/SessionSchedule.h>
Definition at line 113 of file SessionSchedule.h.
The default initialization.
Initializes an instance to a specified number of hours, minutes, and seconds.
Initializes from another instance.
An instance of the ill-formed time of the day.
Gets hours of the time of the day.
The 'Zero' point of the time of the day.
Gets minutes of the time of the day.
Returns the current time of the day value.
bool operator!= |
( |
const TimeOfDay & |
other | ) |
const |
|
inline |
Checks whether the instance is unequal to another one.
Definition at line 188 of file SessionSchedule.h.
bool operator== |
( |
const TimeOfDay & |
other | ) |
const |
|
inline |
Checks whether the instance is equal to another one.
Definition at line 180 of file SessionSchedule.h.
static TimeOfDay parse |
( |
const std::string & |
| ) |
|
|
static |
Parses the time of day from its string presentation.
Gets the seconds component of the time of the day.
Gets the total number of seconds since the midnight.
Definition at line 173 of file SessionSchedule.h.
std::string toString |
( |
| ) |
const |
Builds the string presentation.
The documentation for this class was generated from the following file: