OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
TimeTraits Struct Reference

#include <OnixS/CME/iLink3/messaging/Time.h>

Static Public Member Functions

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

Detailed Description

Definition at line 31 of file Time.h.

Member Function Documentation

static constexpr Int32 hoursPerDay ( )
inlinestaticnoexcept
Returns
the number of hours in a day.

Definition at line 77 of file Time.h.

static constexpr Int32 microsecondsPerSecond ( )
inlinestaticnoexcept
Returns
the number of microseconds in a second.

Definition at line 105 of file Time.h.

static constexpr Int32 millisecondsPerSecond ( )
inlinestaticnoexcept
Returns
the number of milliseconds in a second.

Definition at line 98 of file Time.h.

static constexpr Int32 minutesPerHour ( )
inlinestaticnoexcept
Returns
the number of minutes in an hour.

Definition at line 84 of file Time.h.

static constexpr Int64 nanosecondsPerDay ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in a day.

Definition at line 35 of file Time.h.

static constexpr Int64 nanosecondsPerHour ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in an hour.

Definition at line 42 of file Time.h.

static constexpr Int32 nanosecondsPerMicrosecond ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in a microsecond.

Definition at line 70 of file Time.h.

static constexpr Int32 nanosecondsPerMillisecond ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in a millisecond.

Definition at line 63 of file Time.h.

static constexpr Int64 nanosecondsPerMinute ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in a minute.

Definition at line 49 of file Time.h.

static constexpr Int32 nanosecondsPerSecond ( )
inlinestaticnoexcept
Returns
the number of nanoseconds in a second.

Definition at line 56 of file Time.h.

static constexpr Int32 secondsPerMinute ( )
inlinestaticnoexcept
Returns
the number of seconds in a minute.

Definition at line 91 of file Time.h.


The documentation for this struct was generated from the following file: