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

Details about revision in OrderRevisionList. More...

List of all members.

Public Member Functions

 OrderRevisionListDetail ()
 Constructor.
 OrderRevisionListDetail (const OrderRevisionListDetail &)
 Copy constructor.
 ~OrderRevisionListDetail ()
 Destructor.
OrderRevisionListDetailoperator= (const OrderRevisionListDetail &)
 Assignment.
void origClOrdId (ClientOrderId id)
 Set client Order ID of the order that is to be revised.
ClientOrderId origClOrdId () const
 Get client Order ID of the order that is to be revised.
void orderId (OrderId id)
 Set exchange Order ID. This field or the clientOrderId must be entered.
OrderId orderId () const
 Get exchange Order ID. This field or the clientOrderId must be entered.
void price (Price value)
 Set order price in system ticks.
Price price () const
 Get order price in system ticks.
void stopPx (Price price)
 Set stop order trigger price (for future use)
Price stopPx () const
 Get stop order trigger price (for future use)
void expireDate (const Date &date)
 Set expiry date of a GTD order.
Date expireDate () const
 Get expiry date of a GTD order.
void orderQty (Quantity quantity)
 Set total order quantity.
Quantity orderQty () const
 Get total order quantity.
std::string toString () const
 Dump state to string.

Protected Types

typedef
MessagePartImplementation
< OrderRevisionListDetail
Implementation

Protected Member Functions

 OrderRevisionListDetail (Implementation *)

Detailed Description

Details about revision in OrderRevisionList.