#include <OnixS/CME/MDH/messaging/Fields.h>
Definition at line 1127 of file Fields.h.
◆ Bits
Aliases integral type whose bits are used to indicate flag presence.
Definition at line 1132 of file Fields.h.
◆ ThisType
◆ anonymous enum
| Enumerator |
|---|
| Size | sizeof(Bits) | |
Definition at line 1134 of file Fields.h.
◆ MatchEventIndicator()
Constructs from a value.
Definition at line 1271 of file Fields.h.
◆ bits()
- Returns
- elements as they packed in the set.
Definition at line 1264 of file Fields.h.
◆ endOfEvent()
| bool endOfEvent |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether EndOfEvent bit is set.
Definition at line 1251 of file Fields.h.
◆ lastImpliedMsg()
| bool lastImpliedMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether LastImpliedMsg bit is set.
Definition at line 1209 of file Fields.h.
◆ lastQuoteMsg()
| bool lastQuoteMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether LastQuoteMsg bit is set.
Definition at line 1181 of file Fields.h.
◆ lastStatsMsg()
| bool lastStatsMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether LastStatsMsg bit is set.
Definition at line 1195 of file Fields.h.
◆ lastTradeMsg()
| bool lastTradeMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether LastTradeMsg bit is set.
Definition at line 1153 of file Fields.h.
◆ lastVolumeMsg()
| bool lastVolumeMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether LastVolumeMsg bit is set.
Definition at line 1167 of file Fields.h.
◆ operator!=()
Compares encoded data.
Definition at line 1279 of file Fields.h.
◆ operator==()
Compares encoded data.
Definition at line 1288 of file Fields.h.
◆ recoveryMsg()
| bool recoveryMsg |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether RecoveryMsg bit is set.
Definition at line 1223 of file Fields.h.
◆ reserved()
Indicates whether Reserved bit is set.
Definition at line 1237 of file Fields.h.
◆ setEndOfEvent()
Modifies EndOfEvent bit.
Definition at line 1257 of file Fields.h.
◆ setLastImpliedMsg()
| ThisType & setLastImpliedMsg |
( |
bool | value | ) |
|
|
inlinenoexcept |
Modifies LastImpliedMsg bit.
Definition at line 1215 of file Fields.h.
◆ setLastQuoteMsg()
| ThisType & setLastQuoteMsg |
( |
bool | value | ) |
|
|
inlinenoexcept |
Modifies LastQuoteMsg bit.
Definition at line 1187 of file Fields.h.
◆ setLastStatsMsg()
| ThisType & setLastStatsMsg |
( |
bool | value | ) |
|
|
inlinenoexcept |
Modifies LastStatsMsg bit.
Definition at line 1201 of file Fields.h.
◆ setLastTradeMsg()
| ThisType & setLastTradeMsg |
( |
bool | value | ) |
|
|
inlinenoexcept |
Modifies LastTradeMsg bit.
Definition at line 1159 of file Fields.h.
◆ setLastVolumeMsg()
| ThisType & setLastVolumeMsg |
( |
bool | value | ) |
|
|
inlinenoexcept |
Modifies LastVolumeMsg bit.
Definition at line 1173 of file Fields.h.
◆ setRecoveryMsg()
Modifies RecoveryMsg bit.
Definition at line 1229 of file Fields.h.
◆ setReserved()
Modifies Reserved bit.
Definition at line 1243 of file Fields.h.