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