OnixS C++ LSE GTP Market Data Handler 1.0.6
API documentation
Loading...
Searching...
No Matches
TimeTraits Struct Reference

Static Public Member Functions

static ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerDay ()
static ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerHour ()
static ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerMinute ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerSecond ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerMillisecond ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerMicrosecond ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 hoursPerDay ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 minutesPerHour ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 secondsPerMinute ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 millisecondsPerSecond ()
static ONIXS_LSE_GTP_CONSTEXPR Int32 microsecondsPerSecond ()

Detailed Description

Definition at line 39 of file Time.h.

Member Function Documentation

◆ hoursPerDay()

ONIXS_LSE_GTP_CONSTEXPR Int32 hoursPerDay ( )
inlinestatic

Returns number of hours in single day.

Definition at line 85 of file Time.h.

◆ microsecondsPerSecond()

ONIXS_LSE_GTP_CONSTEXPR Int32 microsecondsPerSecond ( )
inlinestatic

Returns number of microseconds in single second.

Definition at line 113 of file Time.h.

◆ millisecondsPerSecond()

ONIXS_LSE_GTP_CONSTEXPR Int32 millisecondsPerSecond ( )
inlinestatic

Returns number of milliseconds in single second.

Definition at line 106 of file Time.h.

◆ minutesPerHour()

ONIXS_LSE_GTP_CONSTEXPR Int32 minutesPerHour ( )
inlinestatic

Returns number of minutes in single hour.

Definition at line 92 of file Time.h.

◆ nanosecondsPerDay()

ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerDay ( )
inlinestatic

Returns number of nanoseconds in single day.

Definition at line 43 of file Time.h.

◆ nanosecondsPerHour()

ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerHour ( )
inlinestatic

Returns number of nanoseconds in single hour.

Definition at line 50 of file Time.h.

◆ nanosecondsPerMicrosecond()

ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerMicrosecond ( )
inlinestatic

Returns number of nanoseconds in single microsecond.

Definition at line 78 of file Time.h.

◆ nanosecondsPerMillisecond()

ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerMillisecond ( )
inlinestatic

Returns number of nanoseconds in single millisecond.

Definition at line 71 of file Time.h.

◆ nanosecondsPerMinute()

ONIXS_LSE_GTP_CONSTEXPR Int64 nanosecondsPerMinute ( )
inlinestatic

Returns number of nanoseconds in single minute.

Definition at line 57 of file Time.h.

◆ nanosecondsPerSecond()

ONIXS_LSE_GTP_CONSTEXPR Int32 nanosecondsPerSecond ( )
inlinestatic

Returns number of nanoseconds in single second.

Definition at line 64 of file Time.h.

◆ secondsPerMinute()

ONIXS_LSE_GTP_CONSTEXPR Int32 secondsPerMinute ( )
inlinestatic

Returns number of seconds in single minute.

Definition at line 99 of file Time.h.