OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
TimeTraits Struct Reference

#include <OnixS/B3/MarketData/UMDF/Time.h>

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 40 of file Time.h.

Member Function Documentation

static Int32 hoursPerDay ( )
inlinestatic

Returns number of hours in single day.

Definition at line 86 of file Time.h.

static Int32 microsecondsPerSecond ( )
inlinestatic

Returns number of microseconds in single second.

Definition at line 114 of file Time.h.

static Int32 millisecondsPerSecond ( )
inlinestatic

Returns number of milliseconds in single second.

Definition at line 107 of file Time.h.

static Int32 minutesPerHour ( )
inlinestatic

Returns number of minutes in single hour.

Definition at line 93 of file Time.h.

static Int64 nanosecondsPerDay ( )
inlinestatic

Returns number of nanoseconds in single day.

Definition at line 44 of file Time.h.

static Int64 nanosecondsPerHour ( )
inlinestatic

Returns number of nanoseconds in single hour.

Definition at line 51 of file Time.h.

static Int32 nanosecondsPerMicrosecond ( )
inlinestatic

Returns number of nanoseconds in single microsecond.

Definition at line 79 of file Time.h.

static Int32 nanosecondsPerMillisecond ( )
inlinestatic

Returns number of nanoseconds in single millisecond.

Definition at line 72 of file Time.h.

static Int64 nanosecondsPerMinute ( )
inlinestatic

Returns number of nanoseconds in single minute.

Definition at line 58 of file Time.h.

static Int32 nanosecondsPerSecond ( )
inlinestatic

Returns number of nanoseconds in single second.

Definition at line 65 of file Time.h.

static Int32 secondsPerMinute ( )
inlinestatic

Returns number of seconds in single minute.

Definition at line 100 of file Time.h.


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