OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | Public Attributes | List of all members
OrderNoId Struct Reference

Representation of the order_no_id_t structure fields. More...

Public Member Functions

 OrderNoId (int64 mpQuantity, int32 premium, uint32 blockSize, ExchangeOrderType::Enum exchOrderType, BidOrAsk::Enum bidOrAsk)
 Constructor.
 
 OrderNoId ()
 Default constructor.
 
std::string toString () const
 String representation.
 

Public Attributes

int64 mpQuantity
 Quantity.
 
int32 premium
 Premium.
 
uint32 blockSize
 Block size.
 
ExchangeOrderType::Enum exchOrderType
 Order Type, Exchange.
 
BidOrAsk::Enum bidOrAsk
 Specifies what quotation side is requested.
 

Detailed Description

Representation of the order_no_id_t structure fields.