42 return transactionTime_;
48 transactionTime_ = value;
72 clearingFirm_ = value;
84 cancelReason_ = value;
90 return requestReceivedTime_;
96 requestReceivedTime_ = value;
107 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
110 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
117 Alpha<4> clearingFirm_;
#define ONIXS_BATS_BOE_NOEXCEPT
Provides efficient way of accessing text-based field values.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
Base class for outgoing messages.
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
void clOrdId(StrRef value)
The order which was cancelled.
void clearingFirm(StrRef value)
EFID that would clear the trade.
StrRef clOrdId() const
The order which was cancelled.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
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...
void cancelReason(OrderReasonCode::Enum value)
Cancel reason.
void validate() const ONIXS_BATS_BOE_OVERRIDE
StrRef clearingFirm() const
EFID that would clear the trade.
OrderReasonCode::Enum cancelReason() const
Cancel reason.