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

Public Types

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

Detailed Description

Definition at line 3242 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Indicator for checking the maximum order or quote quantity by the exchange.

Enumerator
NoValue 

No value.

DoNotCheck 

Do not check.

Check 

Check.

Definition at line 3245 of file Enumerations.h.