48 riskStatusId_ = value;
54 return riskResetResult_;
60 riskResetResult_ = value;
66 return requestReceivedTime_;
72 requestReceivedTime_ = value;
83 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
86 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
91 Text<16> riskStatusId_;
#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.
@ ResetRiskAcknowledgement
Base class for outgoing messages.
Response to a Reset Risk request.
std::string toString() const
Returns the text representation.
RiskResetResult::Enum riskResetResult() const
Result.
void riskResetResult(RiskResetResult::Enum value)
Result.
void validate() const
Validates message data Throws std::invalid_argument exception if message content is invalid.
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...
MessageType::Enum type() const
Returns message type.
void riskStatusId(StrRef value)
Unique identifier for this Reset Risk request.
StrRef riskStatusId() const
Unique identifier for this Reset Risk request.