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

Public Types

enum  Enum { NoValue = 0xFF, Algo = 22, Human = 24 }
 

Detailed Description

Qualifier for field PartyIdInvestmentDecisionMaker. Members/participants will have the possibility to specify an Investment qualifier value to distinguish between natural persons and Algos.

Definition at line 2418 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Qualifier for field PartyIdInvestmentDecisionMaker. Members/participants will have the possibility to specify an Investment qualifier value to distinguish between natural persons and Algos.

Enumerator
NoValue 

No value.

Algo 

Algo.

Human 

Human/Natural person.

Definition at line 2421 of file Enumerations.h.