#include <OnixS/Eurex/Trading/Time.h>
Public Member Functions | |
HighResolutionTimeFields () | |
void | fromAbsolute (const AbsoluteHighResolutionTimeImpl &) |
void | toAbsolute (AbsoluteHighResolutionTimeImpl *) const |
void | fromString (const std::string &) |
std::string | toString () const |
Public Attributes | |
unsigned short | year |
unsigned short | month |
unsigned short | day |
unsigned short | hour |
unsigned short | minute |
unsigned short | seconds |
unsigned int | microseconds |
Default constructor.
void fromAbsolute | ( | const AbsoluteHighResolutionTimeImpl & | ) |
From absolute.
void fromString | ( | const std::string & | ) |
Parse from string.
void toAbsolute | ( | AbsoluteHighResolutionTimeImpl * | ) | const |
To absolute.
std::string toString | ( | ) | const |
Returns string representation.