OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | Public Attributes | List of all members
TimeSpec Struct Reference

The TimeSpec encapsulates seconds and nanoseconds since Epoch. More...

Public Member Functions

std::string toString () const
 Returns string representation.
 

Public Attributes

uint32 seconds
 Elapsed time in seconds since the Epoch (1970-01-01 00:00:00 UTC).
 
int32 nanoseconds
 Elapsed time since the time in seconds, expressed in nanoseconds.
 

Detailed Description

The TimeSpec encapsulates seconds and nanoseconds since Epoch.