#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
| enum | Enum |
Definition at line 1815 of file Enumerations.h.
| enum Enum |
Indicates whether an option contract is a put or call.
| Enumerator | ||
|---|---|---|
| NoValue | 0xFF | No value. |
| Put | 0 | Put. |
| Call | 1 | Call. |
Definition at line 1818 of file Enumerations.h.