42 return transactionTime_;
48 transactionTime_ = value;
72 clearingFirm_ = value;
84 cancelReason_ = value;
90 return requestReceivedTime_;
96 requestReceivedTime_ = value;
104 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
107 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
110 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
113 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
Provides efficient way of accessing text-based field values.
void requestReceivedTime(DateTime value)
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
void clearingFirm(StrRef value)
EFID that would clear the trade.
OrderReasonCode::Enum cancelReason() const
Cancel reason.
void clOrdId(StrRef value)
The order which was cancelled.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void cancelReason(OrderReasonCode::Enum value)
Cancel reason.
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)...
DateTime requestReceivedTime() const
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
StrRef clearingFirm() const
EFID that would clear the trade.
StrRef clOrdId() const
The order which was cancelled.