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

Public Types

enum  Enum { NoValue = 0xFF, Put = 0, Call = 1 }
 

Detailed Description

Definition at line 1815 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Indicates whether an option contract is a put or call.

Enumerator
NoValue 

No value.

Put 

Put.

Call 

Call.

Definition at line 1818 of file Enumerations.h.