42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return cancelledOrderCount_;
72 cancelledOrderCount_ = value;
78 return requestReceivedTime_;
84 requestReceivedTime_ = value;
92 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
95 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
98 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
101 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
void massCancelId(StrRef value)
Echoed back from the TPH message.
void cancelledOrderCount(Binary4 value)
Number of orders cancelled.
A Purge Acknowledgment is an unsequenced message sent when a Purge Orders message requesting an order...
Provides efficient way of accessing text-based field values.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
StrRef massCancelId() const
Echoed back from the TPH message.
Binary4 cancelledOrderCount() const
Number of orders cancelled.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
DateTime requestReceivedTime() const
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
void requestReceivedTime(DateTime value)
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...