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
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.
void validate() const
Validates message data Throws std::invalid_argument exception if message content is invalid.
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.
Base class for outgoing messages.