#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, NotImplied = 0, ImpliedInOut = 3 } |
Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out).
Definition at line 697 of file Enumerations.h.
enum Enum |
Indicates that an implied market to be created for either the legs of a multi-leg instrument (Implied-in) or for the multi-leg instrument based on the existence of the legs (Implied-out).
Enumerator | |
---|---|
NoValue |
No value. |
NotImplied |
Not implied. |
ImpliedInOut |
Both Implied-in and Implied-out. |
Definition at line 700 of file Enumerations.h.