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

Public Types

enum  Enum { NoValue = 0x00, Close = 'C', Open = 'O' }
 

Detailed Description

Field is used for Eurex position management purposes and indicates whether the order is submitted to open or close a position.

Definition at line 1730 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Field is used for Eurex position management purposes and indicates whether the order is submitted to open or close a position.

Enumerator
NoValue 

No value.

Close 

Close.

Open 

Open.

Definition at line 1733 of file Enumerations.h.