#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, DurationHedge = 0, NominalHedge = 1, PriceFactorHedge = 2 } |
Definition at line 642 of file Enumerations.h.
enum Enum |
Hedging method.
Enumerator | |
---|---|
NoValue |
No value. |
DurationHedge |
Duration Hedge. |
NominalHedge |
Nominal Hedge. |
PriceFactorHedge |
Price Factor Hedge. |
Definition at line 645 of file Enumerations.h.