#include <OnixS/Eurex/MarketData/Timestamp.h>
Static Public Member Functions | |
| static constexpr Int64 | nanosecondsPerDay () |
| static constexpr Int64 | nanosecondsPerHour () |
| static constexpr Int64 | nanosecondsPerMinute () |
| static constexpr Int32 | nanosecondsPerSecond () |
| static constexpr Int32 | nanosecondsPerMillisecond () |
| static constexpr Int32 | nanosecondsPerMicrosecond () |
| static constexpr Int32 | hoursPerDay () |
| static constexpr Int32 | minutesPerHour () |
| static constexpr Int32 | secondsPerMinute () |
| static constexpr Int32 | millisecondsPerSecond () |
| static constexpr Int32 | microsecondsPerSecond () |
Definition at line 35 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of hours in single day.
Definition at line 81 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of microseconds in single second.
Definition at line 109 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of milliseconds in single second.
Definition at line 102 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of minutes in single hour.
Definition at line 88 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single day.
Definition at line 39 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single hour.
Definition at line 46 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single microsecond.
Definition at line 74 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single millisecond.
Definition at line 67 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single minute.
Definition at line 53 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of nanoseconds in single second.
Definition at line 60 of file Timestamp.h.
|
inlinestaticconstexpr |
Returns number of seconds in single minute.
Definition at line 95 of file Timestamp.h.