Definition at line 36 of file PurgeOrders.h.
◆ CustomGroupId
◆ clearingFirm() [1/2]
EFID that will clear the trade.
Definition at line 53 of file PurgeOrders.h.
◆ clearingFirm() [2/2]
void clearingFirm |
( |
StrRef | value | ) |
|
|
inline |
EFID that will clear the trade.
Definition at line 59 of file PurgeOrders.h.
◆ customGroupIds() [1/2]
◆ customGroupIds() [2/2]
◆ manualOrderIndicator() [1/2]
◆ manualOrderIndicator() [2/2]
◆ massCancelId() [1/2]
User-defined identifier of the mass cancel or purge request.
Definition at line 41 of file PurgeOrders.h.
◆ massCancelId() [2/2]
void massCancelId |
( |
StrRef | value | ) |
|
|
inline |
User-defined identifier of the mass cancel or purge request.
Definition at line 47 of file PurgeOrders.h.
◆ massCancelInst() [1/2]
StrRef massCancelInst |
( |
| ) |
const |
|
inline |
Corresponds to MassCancelInst (7700) in CFE FIX.
Definition at line 77 of file PurgeOrders.h.
◆ massCancelInst() [2/2]
void massCancelInst |
( |
StrRef | value | ) |
|
|
inline |
Corresponds to MassCancelInst (7700) in CFE FIX.
Definition at line 83 of file PurgeOrders.h.
◆ oEOID() [1/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 101 of file PurgeOrders.h.
◆ oEOID() [2/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 107 of file PurgeOrders.h.
◆ productName() [1/2]
◆ productName() [2/2]
void productName |
( |
StrRef | value | ) |
|
|
inline |
◆ toString() [1/2]
std::string toString |
( |
| ) |
const |
|
virtual |
◆ toString() [2/2]
void toString |
( |
std::string & | str | ) |
const |
|
virtual |
◆ type()
◆ validate()
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.