#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0x00, Close = 'C', Open = 'O' } |
Leg-specific field used for Eurex position management purposes and indicates whether the leg is submitted to open or close a position.
Definition at line 886 of file Enumerations.h.
enum Enum |
Leg-specific field used for Eurex position management purposes and indicates whether the leg is submitted to open or close a position.
Enumerator | |
---|---|
NoValue |
No value. |
Close |
Close. |
Open |
Open. |
Definition at line 889 of file Enumerations.h.