26 str +=
"EnterOrder [";
28 str +=
"orderToken='";
toStr(str, msg.
orderToken()); str +=
"'"; str +=
", ";
30 str +=
"side=";
toStr(str, msg.
side()); str +=
", ";
32 str +=
"price=";
toStr(str, msg.
price()); str +=
", ";
39 str +=
"stpKey=";
toStr(str, msg.
stpKey()); str +=
", ";
Binary2 stpKey() const
The Self Trade Protection Key.
BinaryPrice price() const
Signed integer price.
Binary8 displayQuantity() const
Side::Enum side() const
Side.
Binary4 orderBookId() const
Order book ID.
OrderType::Enum orderType() const
OUCH Order Type.
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_END
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_BEGIN
Used to enter a new order into the system.
Binary8 quantity() const
Quantity.
TimeInForce::Enum timeInForce() const
Time In Force.
ONIXS_SGXTITAN_OUCH_API void toStr(std::string &, OutboundMessageTypes::Enum)
Appends string presentation of object.
StrRef orderToken() const
Client-generated order identifier.
StrRef clientAccount() const
StrRef exchangeInfo() const
Pass-thru field.
EnterOrderOpenClose::Enum openClose() const
Defines the position update for the account.
StrRef customerInfo() const
Pass-thru field.