59 clearingFirm_ = value;
65 return manualOrderIndicator_;
71 manualOrderIndicator_ = value;
94 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
97 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
102 Text<20> origClOrdId_;
103 Alpha<4> clearingFirm_;
#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.
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
void clearingFirm(StrRef value)
EFID that will clear the trade.
void origClOrdId(StrRef value)
StrRef oEOID() const
Identifies the Order Entry Operator responsible for this message.
StrRef origClOrdId() const
ManualOrderIndicator::Enum manualOrderIndicator() const
Manual order indicator.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
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.
Base class for outgoing messages.