OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | Public Attributes | List of all members
QuoteCancelResponse::Quote Class Reference

Quote cancel. More...

Public Member Functions

void validate () const
 Validates instance data by checking length limits for strings. More...
 

Public Attributes

UInt32 productKey
 Cancelled quote product key. More...
 
UInt32 bidPrice
 Cancelled quote bid price. More...
 
UInt32 bidQuantity
 Cancelled quote bid quantities. More...
 
UInt32 askPrice
 Cancelled quote Ask price. More...
 
UInt32 askQuantity
 Cancelled quote Ask price. More...
 

Detailed Description

Quote cancel.

Member Function Documentation

void validate ( ) const

Validates instance data by checking length limits for strings.

Throws std::invalid_artument exception if message content is invalid.

Member Data Documentation

UInt32 askPrice

Cancelled quote Ask price.

UInt32 askQuantity

Cancelled quote Ask price.

UInt32 bidPrice

Cancelled quote bid price.

UInt32 bidQuantity

Cancelled quote bid quantities.

UInt32 productKey

Cancelled quote product key.