#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0x00, CashSettlement = 'C', PhysicalSettlement = 'P' } |
Definition at line 2612 of file Enumerations.h.
enum Enum |
Settlement method for a contract or instrument.
Enumerator | |
---|---|
NoValue |
No value. |
CashSettlement |
Cash Settlement. |
PhysicalSettlement |
Physical Settlement. |
Definition at line 2615 of file Enumerations.h.