47 riskStatusId_ = value;
71 clearingFirm_ = value;
89 return customGroupId_;
95 customGroupId_ = value;
106 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
109 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
114 Text<16> riskStatusId_;
116 Alpha<4> clearingFirm_;
117 Text<6> productName_;
#define ONIXS_BATS_BOE_NOEXCEPT
Provides efficient way of accessing text-based field values.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Base class for outgoing messages.
void customGroupId(Binary2 value)
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
std::string toString() const
Returns the text representation.
void clearingFirm(StrRef value)
Risk will be reset for this EFID.
StrRef riskReset() const
Single Character Values.
void productName(StrRef value)
Product name.
void validate() const
Validates message data Throws std::invalid_argument exception if message content is invalid.
StrRef productName() const
Product name.
MessageType::Enum type() const
Returns message type.
StrRef clearingFirm() const
Risk will be reset for this EFID.
void riskStatusId(StrRef value)
Unique identifier for this Reset Risk request.
Binary2 customGroupId() const
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void riskReset(StrRef value)
Single Character Values.
StrRef riskStatusId() const
Unique identifier for this Reset Risk request.