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 ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
RiskResetResult::Enum riskResetResult() const
Result.
void riskResetResult(RiskResetResult::Enum value)
Result.
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 validate() const ONIXS_BATS_BOE_OVERRIDE
void riskStatusId(StrRef value)
Unique identifier for this Reset Risk request.
StrRef riskStatusId() const
Unique identifier for this Reset Risk request.