#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
enum | { Size = 8 } |
typedef UInt64 | Time |
typedef IntegralConstant< UInt8, 9 > | Unit |
Public Member Functions | |
constexpr | UTCTimestampNanos () noexcept |
constexpr | UTCTimestampNanos (Time time) noexcept |
std::string | toString () const |
void | serialize (void *addr) const noexcept |
Time | time () const noexcept |
void | setTime (Time value) noexcept |
Unit | unit () const noexcept |
FIX type: UTCTimestamp.
Definition at line 498 of file Composites.h.
typedef UInt64 Time |
UTC timestamp with nanosecond precision (Unix Epoch).
Definition at line 505 of file Composites.h.
typedef IntegralConstant<UInt8, 9> Unit |
time unit (nanoseconds).
Definition at line 510 of file Composites.h.
anonymous enum |
|
inlinenoexcept |
Default constructor.
Initializes fields with zero values.
Definition at line 516 of file Composites.h.
|
inlineexplicitnoexcept |
Initializes fields with provided values.
Definition at line 525 of file Composites.h.
|
inlinenoexcept |
Serializes to a data buffer.
Definition at line 546 of file Composites.h.
|
inlinenoexcept |
UTC timestamp with nanosecond precision (Unix Epoch).
Definition at line 563 of file Composites.h.
|
inlinenoexcept |
UTC timestamp with nanosecond precision (Unix Epoch).
Definition at line 556 of file Composites.h.
|
inline |
Definition at line 3073 of file Serialization.h.
|
inlinenoexcept |
time unit (nanoseconds).
Definition at line 571 of file Composites.h.