85 clearingFirm_ = value;
91 return clearingAccount_;
97 clearingAccount_ = value;
133 timeInForce_ = value;
151 return securityDesc_;
157 securityDesc_ = value;
187 return preventMatch_;
193 preventMatch_ = value;
235 return customGroupId_;
241 customGroupId_ = value;
259 return manualOrderIndicator_;
265 manualOrderIndicator_ = value;
283 return frequentTraderId_;
289 frequentTraderId_ = value;
295 return custOrderHandlingInst_;
301 custOrderHandlingInst_ = value;
313 countryCode_ = value;
317 const std::vector<Leg>&
legs()
const
336 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
339 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
347 Alpha<4> clearingFirm_;
348 Alpha<4> clearingAccount_;
353 Text<16> securityDesc_;
356 Text<3> preventMatch_;
367 std::vector<
Leg> legs_;
#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.
char Char
Character type alias.
Execution source code provided during order entry to describe broker service.
@ NewOrderOptionUSFutures
New Order Option US Futures V1.
void orderQty(Binary4 value)
Order quantity.
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.
const std::vector< Leg > & legs() const
Legs.
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.
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.
void account(StrRef value)
Unique account identifier.
StrRef countryCode() const
Identifies the country code.
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.
void countryCode(StrRef value)
Identifies the country code.
void timeInForce(TimeInForce::Enum value)
Time In Force.
void cMTANumber(Binary4 value)
CMTA Number of the firm that will clear the trade.
std::vector< Leg > & legs()
Legs.
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.
StrRef securityDesc() const
Security Description.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
CtiCode::Enum ctiCode() const
Cti Code.
void securityDesc(StrRef value)
Security Description.
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 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.
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...
StrRef symbol() const
Symbol.
Indicates status of client position in a trade resulting from the order.
Base class for outgoing messages.