9#ifndef __refinitiv_ema_access_GetTime_h
10#define __refinitiv_ema_access_GetTime_h
111 static double _initTicksPerSecond();
112 static double _initTicksPerMilli();
113 static double _initTicksPerMicro();
114 static double _initTicksPerNano();
116 static const double _TICKS_PER_SECOND;
117 static const double _TICKS_PER_MILLI;
118 static const double _TICKS_PER_MICRO;
119 static const double _TICKS_PER_NANO;
Common.h file provides definitions of common variable types used in EMA.
*|--------------------------------------------------------------------------—
UInt64 TimeValue
represents TimeValue as a 64-bit unsigned integer
unsigned long long UInt64
represents 64-bit unsigned integer
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
GetTime class encapsulates functionality for efficiently obtaining relative time in various standard ...
static double ticksPerMicro()
static double ticksPerNano()
static TimeValue getSeconds()
static double ticksPerMilli()
static TimeValue getTicks()
static TimeValue getNanos()
static TimeValue getMillis()
static double ticksPerSecond()
static TimeValue getMicros()