OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
UTCTimestampNanosOptional Class Reference

#include <OnixS/B3/BOE/messaging/Composites.h>

Public Types

enum  
typedef UInt64 Time
typedef IntegralConstant< UInt64, 0ULL > NullTime
typedef IntegralConstant< UInt8, 9 > Unit

Public Member Functions

std::string toString (bool skipEmptyFields=false) const
Time time () const noexcept
void setTime (Time value) noexcept
void setTimeToNull () noexcept
Unit unit () const noexcept

Detailed Description

Optional UTC timestamp with nanosecond precision.

FIX type: UTCTimestamp.

Definition at line 587 of file Composites.h.

Member Typedef Documentation

◆ NullTime

typedef IntegralConstant<UInt64, 0ULL> NullTime

Null value for an optional Time field.

Definition at line 599 of file Composites.h.

◆ Time

typedef UInt64 Time

UTC timestamp with nanosecond precision (Unix Epoch).

Definition at line 594 of file Composites.h.

◆ Unit

typedef IntegralConstant<UInt8, 9> Unit

time unit (nanoseconds).

Definition at line 604 of file Composites.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 591 of file Composites.h.

Member Function Documentation

◆ setTime()

void setTime ( Time value)
inlinenoexcept

UTC timestamp with nanosecond precision (Unix Epoch).

Definition at line 621 of file Composites.h.

◆ setTimeToNull()

void setTimeToNull ( )
inlinenoexcept

Definition at line 627 of file Composites.h.

◆ time()

Time time ( ) const
inlinenoexcept

UTC timestamp with nanosecond precision (Unix Epoch).

Definition at line 614 of file Composites.h.

◆ toString()

std::string toString ( bool skipEmptyFields = false) const
inline
Returns
a human-readable presentation.

Definition at line 3580 of file Serialization.h.

◆ unit()

Unit unit ( ) const
inlinenoexcept

time unit (nanoseconds).

Definition at line 635 of file Composites.h.