OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
TimeDetails Struct Reference

Static Public Attributes

static const Hours HoursPerDay
static const Minutes MinutesPerHour
static const Seconds SecondsPerMinute
static const Seconds SecondsPerHour
static const Seconds SecondsPerDay
static const Milliseconds MillisecondsPerSecond
static const Microseconds MicrosecondsPerSecond
static const Nanoseconds NanosecondsPerSecond
static const Picoseconds PicosecondsPerNanosecond
static const Picoseconds PicosecondsPerMicrosecond
static const Picoseconds PicosecondsPerMillisecond
static const Picoseconds PicosecondsPerSecond

Detailed Description

Definition at line 54 of file TimeSpan.h.

Member Data Documentation

◆ HoursPerDay

const Hours HoursPerDay
static

Definition at line 55 of file TimeSpan.h.

◆ MicrosecondsPerSecond

const Microseconds MicrosecondsPerSecond
static

Definition at line 63 of file TimeSpan.h.

◆ MillisecondsPerSecond

const Milliseconds MillisecondsPerSecond
static

Definition at line 62 of file TimeSpan.h.

◆ MinutesPerHour

const Minutes MinutesPerHour
static

Definition at line 56 of file TimeSpan.h.

◆ NanosecondsPerSecond

const Nanoseconds NanosecondsPerSecond
static

Definition at line 64 of file TimeSpan.h.

◆ PicosecondsPerMicrosecond

const Picoseconds PicosecondsPerMicrosecond
static

Definition at line 67 of file TimeSpan.h.

◆ PicosecondsPerMillisecond

const Picoseconds PicosecondsPerMillisecond
static

Definition at line 68 of file TimeSpan.h.

◆ PicosecondsPerNanosecond

const Picoseconds PicosecondsPerNanosecond
static

Definition at line 66 of file TimeSpan.h.

◆ PicosecondsPerSecond

const Picoseconds PicosecondsPerSecond
static

Definition at line 69 of file TimeSpan.h.

◆ SecondsPerDay

const Seconds SecondsPerDay
static

Definition at line 60 of file TimeSpan.h.

◆ SecondsPerHour

const Seconds SecondsPerHour
static

Definition at line 59 of file TimeSpan.h.

◆ SecondsPerMinute

const Seconds SecondsPerMinute
static

Definition at line 58 of file TimeSpan.h.