#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, Buy = 1, Sell = 2 } |
Definition at line 1490 of file Enumerations.h.
enum Enum |
Side of the order in the original Eurex strategy.
Enumerator | |
---|---|
NoValue |
No value. |
Buy |
Buy. |
Sell |
Sell. |
Definition at line 1493 of file Enumerations.h.