83 clearingFirm_ = value;
89 return clearingAccount_;
95 clearingAccount_ = value;
131 timeInForce_ = value;
185 return preventMatch_;
191 preventMatch_ = value;
209 return maturityDate_;
215 maturityDate_ = value;
257 return customGroupId_;
263 customGroupId_ = value;
281 return manualOrderIndicator_;
287 manualOrderIndicator_ = value;
305 return frequentTraderId_;
311 frequentTraderId_ = value;
317 return custOrderHandlingInst_;
323 custOrderHandlingInst_ = value;
335 countryCode_ = value;
343 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
346 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
349 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
352 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
StrRef clearingAccount() const
Supplemental identifier.
StrRef symbol() const
Symbol.
CtiCode::Enum ctiCode() const
Cti Code.
StrRef clearingFirm() const
EFID that will clear the trade.
void ctiCode(CtiCode::Enum value)
Cti Code.
void clOrdId(StrRef value)
Unique Id chosen by the client.
Binary4 orderQty() const
Order quantity. System limit is 999,999 contracts.
void capacity(Capacity::Enum value)
The Capacity refers to the OCC account type.
void cMTANumber(Binary4 value)
CMTA Number of the firm that will clear the trade.
void symbol(StrRef value)
Symbol.
void clearingAccount(StrRef value)
Supplemental identifier.
StrRef preventMatch() const
Prevent match.
void orderQty(Binary4 value)
Order quantity. System limit is 999,999 contracts.
Binary4 minQty() const
Minimum fill quantity for IOC orders.
StrRef account() const
Unique account identifier associated with an order.
Provides efficient way of accessing text-based field values.
void minQty(Binary4 value)
Minimum fill quantity for IOC orders.
TimeInForce::Enum timeInForce() const
Time In Force.
Side::Enum side() const
Side.
void clearingFirm(StrRef value)
EFID that will clear the trade.
CustOrderHandlingInst::Enum custOrderHandlingInst() const
Execution source code provided during order entry to describe broker service.
BinaryPrice stopPx() const
Stop price.
void preventMatch(StrRef value)
Prevent match.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
void price(BinaryPrice value)
Limit price. Four implied decimal places.
void oEOID(StrRef value)
Identifies the Order Entry Operator responsible for this message.
Binary4 cMTANumber() const
CMTA Number of the firm that will clear the trade.
void countryCode(StrRef value)
Identifies the country code of the person or system submitting the order.
Binary2 customGroupId() const
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void maturityDate(Date value)
When specifying the Symbol for a New Order message the user can specify the mapped symbol identifier ...
void customGroupId(Binary2 value)
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void manualOrderIndicator(ManualOrderIndicator::Enum value)
Manual order indicator.
OrdType::Enum ordType() const
Order type.
void ordType(OrdType::Enum value)
Order type.
void expireTime(DateTime value)
Required for TimeInForce = 6 orders, specifies the date-time (in UTC) that the order expires...
StrRef oEOID() const
Identifies the Order Entry Operator responsible for this message.
void frequentTraderId(StrRef value)
Supplemental customer identifier used for billing related programs.
Capacity::Enum capacity() const
The Capacity refers to the OCC account type.
void account(StrRef value)
Unique account identifier associated with an order.
StrRef clOrdId() const
Unique Id chosen by the client.
void stopPx(BinaryPrice value)
Stop price.
Base class for outgoing messages.
StrRef countryCode() const
Identifies the country code of the person or system submitting the order.
StrRef frequentTraderId() const
Supplemental customer identifier used for billing related programs.
ManualOrderIndicator::Enum manualOrderIndicator() const
Manual order indicator.
Date maturityDate() const
When specifying the Symbol for a New Order message the user can specify the mapped symbol identifier ...
DateTime expireTime() const
Required for TimeInForce = 6 orders, specifies the date-time (in UTC) that the order expires...
void side(Side::Enum value)
Side.
OpenClose::Enum openClose() const
Indicates status of client position in a trade resulting from the order.
void timeInForce(TimeInForce::Enum value)
Time In Force.
void openClose(OpenClose::Enum value)
Indicates status of client position in a trade resulting from the order.
BinaryPrice price() const
Limit price. Four implied decimal places.
void custOrderHandlingInst(CustOrderHandlingInst::Enum value)
Execution source code provided during order entry to describe broker service.