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

The Order Cancel Reject message is in response to a Client's Cancel Request or Order Revision Request that cannot be honoured by the Exchange. More...

List of all members.

Public Member Functions

 OrderCancelReject ()
 Constructor.
 OrderCancelReject (const OrderCancelReject &)
 Copy constructor.
 ~OrderCancelReject ()
 Destructor.
OrderCancelRejectoperator= (const OrderCancelReject &)
 Assignment.
SequenceNumber messageSequenceNumber () const
 Get internal sequence number.
ClientOrderId clOrdId () const
 Get client order cancel request ID.
ClientOrderId origClOrdId () const
 Get client order ID that was the subject of the cancellation or revision request.
OrderId orderId () const
 Get exchange Order ID.
CancelRejectResponse::Enum cxlRejResponseTo () const
 Identifies the type of request that a Cancel Reject is in response to.
ReturnCode::Enum returnCode () const
 Get exchange response status.
RejectionReason::Enum cxlRejReason () const
 Get cancel rejection reason.
const Stringtext () const
 Get message from the Exchange.
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 Reject message is in response to a Client's Cancel Request or Order Revision Request that cannot be honoured by the Exchange.