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

QRM. More...

Public Member Functions

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

Public Attributes

bool quoteRiskManagementEnabled
 Set to true, quote risk management is enabled. More...
 
UInt32 classKey
 Unique identifier of a product class (Symbol) as identified by CBOE. More...
 
UInt32 volumeThreshold
 The allowed contract volume before quotes are cancelled. More...
 
UInt32 timeWindow
 Quote monitoring time in milliseconds. More...
 

Detailed Description

QRM.

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 classKey

Unique identifier of a product class (Symbol) as identified by CBOE.

If Class Key is zero, it is a default setting.

bool quoteRiskManagementEnabled

Set to true, quote risk management is enabled.

UInt32 timeWindow

Quote monitoring time in milliseconds.

UInt32 volumeThreshold

The allowed contract volume before quotes are cancelled.