Definition at line 3901 of file Fields.h.
◆ Bits
Aliases integral type whose bits are used to indicate flag presence.
Definition at line 3906 of file Fields.h.
◆ anonymous enum
| Enumerator |
|---|
| Size | sizeof(Bits) | |
Definition at line 3908 of file Fields.h.
◆ TradeQualifier()
Constructs from a value.
Definition at line 3996 of file Fields.h.
◆ aggressiveOrder()
| bool aggressiveOrder |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether AggressiveOrder bit is set.
Definition at line 3949 of file Fields.h.
◆ bits()
- Returns
- elements as they packed in the set.
Definition at line 3988 of file Fields.h.
◆ deferredPublication()
| bool deferredPublication |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether DeferredPublication bit is set.
Definition at line 3981 of file Fields.h.
◆ firstTradePrice()
| bool firstTradePrice |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether FirstTradePrice bit is set.
Definition at line 3933 of file Fields.h.
◆ navTradeExpressedInBps()
| bool navTradeExpressedInBps |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether NAVTradeExpressedInBps bit is set.
Definition at line 3965 of file Fields.h.
◆ navTradeExpressedInPriceCurrency()
| bool navTradeExpressedInPriceCurrency |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether NAVTradeExpressedInPriceCurrency bit is set.
Definition at line 3973 of file Fields.h.
◆ operator!=()
Compares encoded data.
Definition at line 4010 of file Fields.h.
◆ operator==()
Compares encoded data.
Definition at line 4020 of file Fields.h.
◆ passiveOrder()
| bool passiveOrder |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether PassiveOrder bit is set.
Definition at line 3941 of file Fields.h.
◆ toString()
| std::string toString |
( |
| ) |
const |
- Returns
- a human-readable presentation.
◆ tradeCreationByMarketOperations()
| bool tradeCreationByMarketOperations |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether TradeCreationByMarketOperations bit is set.
Definition at line 3957 of file Fields.h.
◆ uncrossingTrade()
| bool uncrossingTrade |
( |
| ) |
const |
|
inlinenoexcept |
Indicates whether UncrossingTrade bit is set.
Definition at line 3925 of file Fields.h.