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;
346 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
349 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
357 Alpha<4> clearingFirm_;
358 Alpha<4> clearingAccount_;
366 Text<3> preventMatch_;
378 Text<2> countryCode_;
#define ONIXS_BATS_BOE_NOEXCEPT
Provides efficient way of accessing text-based field values.
FixedPointDecimal< Int64, IntegralConstant< Int8, -4 > > BinaryPrice
Binary Price.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
Execution source code provided during order entry to describe broker service.
void orderQty(Binary4 value)
Order quantity. System limit is 999,999 contracts.
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
Side::Enum side() const
Side.
TimeInForce::Enum timeInForce() const
Time In Force.
void customGroupId(Binary2 value)
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void capacity(Capacity::Enum value)
The Capacity refers to the OCC account type.
void clOrdId(StrRef value)
Unique Id chosen by the client.
void price(BinaryPrice value)
Limit price. Four implied decimal places.
void clearingFirm(StrRef value)
EFID that will clear the trade.
void ordType(OrdType::Enum value)
Order type.
void frequentTraderId(StrRef value)
Supplemental customer identifier used for billing related programs.
StrRef clearingAccount() const
Supplemental identifier.
void clearingAccount(StrRef value)
Supplemental identifier.
void openClose(OpenClose::Enum value)
Indicates status of client position in a trade resulting from the order.
Binary4 minQty() const
Minimum fill quantity for IOC orders.
CustOrderHandlingInst::Enum custOrderHandlingInst() const
Execution source code provided during order entry to describe broker service.
StrRef clOrdId() const
Unique Id chosen by the client.
Capacity::Enum capacity() const
The Capacity refers to the OCC account type.
StrRef account() const
Unique account identifier associated with an order.
void account(StrRef value)
Unique account identifier associated with an order.
StrRef countryCode() const
Identifies the country code of the person or system submitting the order.
StrRef oEOID() const
Identifies the Order Entry Operator responsible for this message.
OpenClose::Enum openClose() const
Indicates status of client position in a trade resulting from the order.
BinaryPrice stopPx() const
Stop price.
void countryCode(StrRef value)
Identifies the country code of the person or system submitting the order.
void timeInForce(TimeInForce::Enum value)
Time In Force.
void cMTANumber(Binary4 value)
CMTA Number of the firm that will clear the trade.
BinaryPrice price() const
Limit price. Four implied decimal places.
OrdType::Enum ordType() const
Order type.
void side(Side::Enum value)
Side.
void symbol(StrRef value)
Symbol.
void custOrderHandlingInst(CustOrderHandlingInst::Enum value)
Execution source code provided during order entry to describe broker service.
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 ...
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
CtiCode::Enum ctiCode() const
Cti Code.
StrRef preventMatch() const
Prevent match.
void expireTime(DateTime value)
Required for TimeInForce = 6 orders, specifies the date-time (in UTC) that the order expires.
void stopPx(BinaryPrice value)
Stop price.
void oEOID(StrRef value)
Identifies the Order Entry Operator responsible for this message.
void preventMatch(StrRef value)
Prevent match.
void validate() const ONIXS_BATS_BOE_OVERRIDE
DateTime expireTime() const
Required for TimeInForce = 6 orders, specifies the date-time (in UTC) that the order expires.
Binary4 orderQty() const
Order quantity. System limit is 999,999 contracts.
void minQty(Binary4 value)
Minimum fill quantity for IOC orders.
StrRef clearingFirm() const
EFID that will clear the trade.
void manualOrderIndicator(ManualOrderIndicator::Enum value)
Manual order indicator.
void ctiCode(CtiCode::Enum value)
Cti Code.
Binary4 cMTANumber() const
CMTA Number of the firm that will clear the trade.
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 ...
StrRef symbol() const
Symbol.
Indicates status of client position in a trade resulting from the order.
Base class for outgoing messages.