OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Public Member Functions | Public Attributes | List of all members
GetQRMProfileResponse::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
 True = quote risk management is enabled. More...
 
UInt32 classKey
 -Unique identifier of a product class (Symbol) as identified by CBOE. More...
 
QRMProfileType::Enum qrmProfileType
 QRM profile type. 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 '0', it is the default setting. -Ignored if it is a response to a TRADING_FIRM_ADMIN user request.

QRMProfileType::Enum qrmProfileType

QRM profile type.

bool quoteRiskManagementEnabled

True = quote risk management is enabled.

UInt32 timeWindow

Quote monitoring time in milliseconds.

UInt32 volumeThreshold

The allowed contract volume before quotes are cancelled.