OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Public Member Functions | Protected Types | Protected Member Functions
CancelNotificationListDetail Class Reference

Details about orders in CancelNotificationList. More...

List of all members.

Public Member Functions

 CancelNotificationListDetail ()
 Constructor.
 CancelNotificationListDetail (const CancelNotificationListDetail &)
 Copy constructor.
 ~CancelNotificationListDetail ()
 Destructor.
CancelNotificationListDetailoperator= (const CancelNotificationListDetail &)
 Assignment.
ClientOrderId origClOrdId () const
 Get client Order ID of the order to be cancelled or revised.
OrderId orderId () const
 Get exchange Order ID.
std::string toString () const
 Dump state to string.
void updateAfterSerialization ()
 Update fields after serialization (for internal use)

Protected Types

typedef
MessagePartImplementation
< CancelNotificationListDetail
Implementation

Protected Member Functions

 CancelNotificationListDetail (Implementation *)

Detailed Description

Details about orders in CancelNotificationList.