49 massCancelId_ = value;
61 clearingFirm_ = value;
79 return massCancelInst_;
85 massCancelInst_ = value;
91 return manualOrderIndicator_;
97 manualOrderIndicator_ = value;
115 return customGroupIds_;
121 return customGroupIds_;
132 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
135 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
140 Text<20> massCancelId_;
141 Alpha<4> clearingFirm_;
142 Text<6> productName_;
143 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.
Base class for outgoing messages.
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
StrRef massCancelInst() const
Corresponds to MassCancelInst (7700) in CFE FIX.
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.
const std::vector< CustomGroupId > & customGroupIds() const
CustomGroupIds.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
StrRef productName() const
Product name.
std::vector< CustomGroupId > & customGroupIds()
CustomGroupIds.
void oEOID(StrRef value)
Identifies the Order Entry Operator responsible for this message.
void validate() const ONIXS_BATS_BOE_OVERRIDE
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.