OnixS Eurex ETI Handler C++ library  9.25.0
API documentation
ValueCheckTypeValue Struct Reference

Public Types

enum  Enum { NoValue = 0xFF, DoNotCheck = 0, Check = 1 }
 

Detailed Description

Definition at line 3260 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Indicator for checking the maximum order/quote value by the exchange.

Enumerator
NoValue 

No value.

DoNotCheck 

Do not check.

Check 

Check.

Definition at line 3263 of file Enumerations.h.