OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Public Member Functions
OrderCancelRequest Class Reference

The Order Cancel Request message requests the cancellation of all the remaining quantity of an existing order. More...

List of all members.

Public Member Functions

 OrderCancelRequest ()
 Constructor.
 OrderCancelRequest (const OrderCancelRequest &)
 Copy constructor.
 ~OrderCancelRequest ()
 Destructor.
OrderCancelRequestoperator= (const OrderCancelRequest &)
 Assignment.
void clOrdId (ClientOrderId id)
 Set client mass cancel request ID.
ClientOrderId clOrdId () const
 Get client mass cancel request ID.
void origClOrdId (ClientOrderId id)
 Set client Order ID of the order that is to be cancelled.
ClientOrderId origClOrdId () const
 Get client Order ID of the order that is to be cancelled.
void orderId (OrderId id)
 Set exchange Order ID. This field or the OriginalClientOrderId must be entered.
OrderId orderId () const
 Get exchange Order ID. This field or the OriginalClientOrderId must be entered.
void securityIdSource (SecurityIdSource::Enum securityIdSource)
 Set security ID source.
SecurityIdSource::Enum securityIdSource () const
 Get security ID source.
void securityId (const String &securityId)
 Set security ID.
const StringsecurityId () const
 Get security ID.
void riskId (const String &id)
 Set the Risk Manager's ITM.
const StringriskId () const
 Get the Risk Manager's ITM.
std::string toString () const
 Dump state to string.
void serialize (MessageSerializer &)
 Serialize data (for internal use)

Detailed Description

The Order Cancel Request message requests the cancellation of all the remaining quantity of an existing order.

The OrderID or the OrigClOrdID can be used to identify the cancelled order. The Order ID can be found on the Execution Report that confirmed the order.

Response: