47 massCancelId_ = value;
59 clearingFirm_ = value;
77 return massCancelInst_;
83 massCancelInst_ = value;
89 return manualOrderIndicator_;
95 manualOrderIndicator_ = value;
118 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
121 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
126 Text<20> massCancelId_;
127 Alpha<4> clearingFirm_;
128 Text<6> productName_;
129 Text<16> massCancelInst_;
#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.
StrRef massCancelInst() const
Corresponds to MassCancelInst (7700) in CFE FIX.
std::string toString() const
Returns the text representation.
void clearingFirm(StrRef value)
EFID that will clear the trade.
StrRef oEOID() const
Identifies the Order Entry Operator responsible for this message.
void productName(StrRef value)
Product Name.
StrRef massCancelId() const
User-defined identifier of the mass cancel or purge request.
ManualOrderIndicator::Enum manualOrderIndicator() const
Manual order indicator.
void validate() const
Validates message data Throws std::invalid_argument exception if message content is invalid.
StrRef productName() const
Product Name.
void oEOID(StrRef value)
Identifies the Order Entry Operator responsible for this message.
MessageType::Enum type() const
Returns message type.
StrRef clearingFirm() const
EFID that will clear the trade.
void manualOrderIndicator(ManualOrderIndicator::Enum value)
Manual order indicator.
void massCancelId(StrRef value)
User-defined identifier of the mass cancel or purge request.
void massCancelInst(StrRef value)
Corresponds to MassCancelInst (7700) in CFE FIX.
Base class for outgoing messages.