OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.1
API Documentation
Loading...
Searching...
No Matches
TimeTraits Struct Reference

Static Public Member Functions

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

Detailed Description

Definition at line 41 of file Time.h.

Member Function Documentation

◆ hoursPerDay()

Int32 hoursPerDay ( )
inlinestatic

Returns number of hours in single day.

Definition at line 87 of file Time.h.

◆ microsecondsPerSecond()

Int32 microsecondsPerSecond ( )
inlinestatic

Returns number of microseconds in single second.

Definition at line 115 of file Time.h.

◆ millisecondsPerSecond()

Int32 millisecondsPerSecond ( )
inlinestatic

Returns number of milliseconds in single second.

Definition at line 108 of file Time.h.

◆ minutesPerHour()

Int32 minutesPerHour ( )
inlinestatic

Returns number of minutes in single hour.

Definition at line 94 of file Time.h.

◆ nanosecondsPerDay()

Int64 nanosecondsPerDay ( )
inlinestatic

Returns number of nanoseconds in single day.

Definition at line 45 of file Time.h.

◆ nanosecondsPerHour()

Int64 nanosecondsPerHour ( )
inlinestatic

Returns number of nanoseconds in single hour.

Definition at line 52 of file Time.h.

◆ nanosecondsPerMicrosecond()

Int32 nanosecondsPerMicrosecond ( )
inlinestatic

Returns number of nanoseconds in single microsecond.

Definition at line 80 of file Time.h.

◆ nanosecondsPerMillisecond()

Int32 nanosecondsPerMillisecond ( )
inlinestatic

Returns number of nanoseconds in single millisecond.

Definition at line 73 of file Time.h.

◆ nanosecondsPerMinute()

Int64 nanosecondsPerMinute ( )
inlinestatic

Returns number of nanoseconds in single minute.

Definition at line 59 of file Time.h.

◆ nanosecondsPerSecond()

Int32 nanosecondsPerSecond ( )
inlinestatic

Returns number of nanoseconds in single second.

Definition at line 66 of file Time.h.

◆ secondsPerMinute()

Int32 secondsPerMinute ( )
inlinestatic

Returns number of seconds in single minute.

Definition at line 101 of file Time.h.