#include <OnixS/FIXEngine/FIX/TimeSpan.h>
Additional Inherited Members | |
Static Public Member Functions inherited from TimeSpan | |
static TimeSpan | min () |
static TimeSpan | max () |
static TimeSpan | zero () |
static TimeSpan | parse (const std::string &) |
Protected Member Functions inherited from TimeSpan | |
void | normalize () |
Protected Attributes inherited from TimeSpan | |
TotalSeconds | seconds_ |
Picoseconds | picoseconds_ |
Definition at line 239 of file TimeSpan.h.
SecondSpan | ( | TotalSeconds | seconds | ) |