#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, AddedLiquidity = 1, RemovedLiquidity = 2, Auction = 4 } |
Definition at line 1921 of file Enumerations.h.
enum Enum |
Indicates whether the quote added or removed liquidity.
Enumerator | |
---|---|
NoValue |
No value. |
AddedLiquidity |
Added Liquidity. |
RemovedLiquidity |
Removed Liquidity. |
Auction |
Auction. |
Definition at line 1924 of file Enumerations.h.