#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 225 of file TimeSpan.h.