OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 19.0.0
Users' manual and API documentation
Loading...
Searching...
No Matches
TimeTraits Struct Reference

#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 ()

Detailed Description

Definition at line 35 of file Timestamp.h.

Member Function Documentation

◆ hoursPerDay()

constexpr Int32 hoursPerDay ( )
inlinestaticconstexpr

Returns number of hours in single day.

Definition at line 81 of file Timestamp.h.

◆ microsecondsPerSecond()

constexpr Int32 microsecondsPerSecond ( )
inlinestaticconstexpr

Returns number of microseconds in single second.

Definition at line 109 of file Timestamp.h.

◆ millisecondsPerSecond()

constexpr Int32 millisecondsPerSecond ( )
inlinestaticconstexpr

Returns number of milliseconds in single second.

Definition at line 102 of file Timestamp.h.

◆ minutesPerHour()

constexpr Int32 minutesPerHour ( )
inlinestaticconstexpr

Returns number of minutes in single hour.

Definition at line 88 of file Timestamp.h.

◆ nanosecondsPerDay()

constexpr Int64 nanosecondsPerDay ( )
inlinestaticconstexpr

Returns number of nanoseconds in single day.

Definition at line 39 of file Timestamp.h.

◆ nanosecondsPerHour()

constexpr Int64 nanosecondsPerHour ( )
inlinestaticconstexpr

Returns number of nanoseconds in single hour.

Definition at line 46 of file Timestamp.h.

◆ nanosecondsPerMicrosecond()

constexpr Int32 nanosecondsPerMicrosecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single microsecond.

Definition at line 74 of file Timestamp.h.

◆ nanosecondsPerMillisecond()

constexpr Int32 nanosecondsPerMillisecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single millisecond.

Definition at line 67 of file Timestamp.h.

◆ nanosecondsPerMinute()

constexpr Int64 nanosecondsPerMinute ( )
inlinestaticconstexpr

Returns number of nanoseconds in single minute.

Definition at line 53 of file Timestamp.h.

◆ nanosecondsPerSecond()

constexpr Int32 nanosecondsPerSecond ( )
inlinestaticconstexpr

Returns number of nanoseconds in single second.

Definition at line 60 of file Timestamp.h.

◆ secondsPerMinute()

constexpr Int32 secondsPerMinute ( )
inlinestaticconstexpr

Returns number of seconds in single minute.

Definition at line 95 of file Timestamp.h.