#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
enum | { Size = 6 } |
typedef UInt32 | EventID |
typedef IntegralConstant< UInt32, 0 > | NullEventID |
typedef UInt16 | NoRelatedTrades |
typedef IntegralConstant< UInt16, 0 > | NullNoRelatedTrades |
Public Member Functions | |
std::string | toString () const |
EventID | eventId () const noexcept |
void | setEventId (EventID value) noexcept |
void | setEventIdToNull () noexcept |
bool | relatedTrades (NoRelatedTrades &value) const noexcept |
void | setRelatedTrades (NoRelatedTrades value) noexcept |
void | setRelatedTradesToNull () noexcept |
Definition at line 1946 of file Composites.h.
typedef UInt32 EventID |
Unique ID for all matches that occur as a result of an implied event.
FIX type: Int.
Definition at line 1955 of file Composites.h.
typedef UInt16 NoRelatedTrades |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 1965 of file Composites.h.
typedef IntegralConstant<UInt32, 0> NullEventID |
Null value for an optional EventID field.
Definition at line 1960 of file Composites.h.
typedef IntegralConstant<UInt16, 0> NullNoRelatedTrades |
Null value for an optional NoRelatedTrades field.
Definition at line 1970 of file Composites.h.
anonymous enum |
|
inlinenoexcept |
Unique ID for all matches that occur as a result of an implied event.
FIX type: Int.
Definition at line 1981 of file Composites.h.
|
inlinenoexcept |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 2006 of file Composites.h.
|
inlinenoexcept |
Unique ID for all matches that occur as a result of an implied event.
FIX type: Int.
Definition at line 1990 of file Composites.h.
|
inlinenoexcept |
Definition at line 1996 of file Composites.h.
|
inlinenoexcept |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 2016 of file Composites.h.
|
inlinenoexcept |
Definition at line 2022 of file Composites.h.
|
inline |
Definition at line 3255 of file Serialization.h.