#include <OnixS/B3/MarketData/UMDF/messaging/Composites.h>
Public Types | |
| enum | |
| typedef Int64 | Time |
| typedef IntegralConstant< Int64, -9223372036854775807LL-1 > | NullTime |
| typedef IntegralConstant< UInt8, TimeUnit::SECOND > | Unit |
Public Member Functions | |
| constexpr | UTCTimestampSeconds () noexcept |
| constexpr | UTCTimestampSeconds (Time time) noexcept |
| __attribute__ ((__warn_unused_result__)) Time time() const noexcept | |
FIX type: UTCTimestamp.
Definition at line 741 of file Composites.h.
| typedef IntegralConstant<Int64, -9223372036854775807LL-1> NullTime |
Null value for an optional Time field.
Definition at line 753 of file Composites.h.
UTC timestamp with second precision (Unix Epoch).
Definition at line 748 of file Composites.h.
| typedef IntegralConstant<UInt8, TimeUnit::SECOND> Unit |
time unit (seconds).
Definition at line 758 of file Composites.h.
| anonymous enum |
|
inlineconstexprnoexcept |
Default constructor.
Initializes fields with appropriate null values.
Definition at line 764 of file Composites.h.
|
inlineexplicitconstexprnoexcept |
Initializes fields with provided values.
Definition at line 773 of file Composites.h.
|
inlinenoexcept |
UTC timestamp with second precision (Unix Epoch).
Definition at line 794 of file Composites.h.