26 str +=
"OrderAccepted [";
29 str +=
"orderToken='";
toStr(str, msg.
orderToken()); str +=
"'"; str +=
", ";
31 str +=
"side=";
toStr(str, msg.
side()); str +=
", ";
32 str +=
"orderId=";
toStr(str, msg.
orderId()); str +=
", ";
34 str +=
"price=";
toStr(str, msg.
price()); str +=
", ";
43 str +=
"stpKey=";
toStr(str, msg.
stpKey()); str +=
", ";
Binary8 preTradeQuantity() const
The pre-trade quantity.
OrderType::Enum orderType() const
OUCH Order Type.
ReplaceOrderOpenClose::Enum openClose() const
Defines the position update for the account.
StrRef orderToken() const
Order Token.
Binary8 quantity() const
Quantity currently open in the book.
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_END
#define ONIXS_SGXTITAN_OUCH_NAMESPACE_BEGIN
Side::Enum side() const
Side.
Binary8 displayQuantity() const
ONIXS_SGXTITAN_OUCH_API void toStr(std::string &, OutboundMessageTypes::Enum)
Appends string presentation of object.
OrderState::Enum orderState() const
Order State.
DateTime timestamp() const
UNIX Time.
StrRef exchangeInfo() const
Pass-thru field.
BinaryPrice price() const
Signed integer price.
StrRef customerInfo() const
Pass-thru field.
TimeInForce::Enum timeInForce() const
Time In Force.
Binary4 orderBookId() const
Order book ID.
StrRef clientAccount() const
Binary2 stpKey() const
The Self Trade Protection Key.