#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
| enum | |
| typedef UInt32 | EventID |
| typedef IntegralConstant< UInt32, 0 > | NullEventID |
| typedef UInt16 | NoRelatedTrades |
| typedef IntegralConstant< UInt16, 0 > | NullNoRelatedTrades |
Public Member Functions | |
| std::string | toString (bool skipEmptyFields=false) 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 1977 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 1986 of file Composites.h.
| typedef UInt16 NoRelatedTrades |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 1996 of file Composites.h.
| typedef IntegralConstant<UInt32, 0> NullEventID |
Null value for an optional EventID field.
Definition at line 1991 of file Composites.h.
| typedef IntegralConstant<UInt16, 0> NullNoRelatedTrades |
Null value for an optional NoRelatedTrades field.
Definition at line 2001 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 2013 of file Composites.h.
|
inlinenoexcept |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 2038 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 2022 of file Composites.h.
|
inlinenoexcept |
Definition at line 2028 of file Composites.h.
|
inlinenoexcept |
Number of trades related to the same implied event.
FIX type: Int.
Definition at line 2048 of file Composites.h.
|
inlinenoexcept |
Definition at line 2054 of file Composites.h.
|
inline |
Definition at line 3640 of file Serialization.h.