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

Details about quote in MassQuoteAck. More...

List of all members.

Public Member Functions

 MassQuoteAckDetail ()
 Constructor.
 MassQuoteAckDetail (const MassQuoteAckDetail &)
 Copy constructor.
 ~MassQuoteAckDetail ()
 Destructor.
MassQuoteAckDetailoperator= (const MassQuoteAckDetail &)
 Assignment.
OrderId buyOrderId () const
 Get Exchange buy order ID.
OrderId sellOrderId () const
 Get Exchange buy order ID.
ReturnCode::Enum buyStatus () const
 Get buy quote acknowledgement status.
ReturnCode::Enum sellStatus () const
 Get sell quote acknowledgement status.
RevisionFlag::Enum buyRevisionFlag () const
 Indicates whether ths is a new buy quote or a revision.
RevisionFlag::Enum sellRevisionFlag () const
 Indicates whether ths is a new sell quote or a revision.
std::string toString () const
 Dump state to string.

Protected Types

typedef
MessagePartImplementation
< MassQuoteAckDetail
Implementation

Protected Member Functions

 MassQuoteAckDetail (Implementation *)

Detailed Description

Details about quote in MassQuoteAck.