36 struct ONIXS_CBOE_CFE_BOE_API
Quote
115 ONIXS_CBOE_CFE_BOE_API
void toStr(std::string&,
const Quote&);
#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.
void orderQty(Binary4 value)
Order quantity.
Side::Enum side() const
Side.
void price(BinaryPrice value)
Limit price.
std::string toString() const
Returns the text representation.
void openClose(OpenClose::Enum value)
Indicates status of client position in a trade resulting from the order.
OpenClose::Enum openClose() const
Indicates status of client position in a trade resulting from the order.
BinaryPrice price() const
Limit price.
void side(Side::Enum value)
Side.
void symbol(StrRef value)
CFE native identifier of the instrument being quoted.
Binary4 orderQty() const
Order quantity.
StrRef symbol() const
CFE native identifier of the instrument being quoted.