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

QRM profile. 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...
 
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 profile.

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

QRMProfileType::Enum qrmProfileType

QRM profile type.

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.