#include <OnixS/SgxTitan/Trading/OUCH/Enumerations.h>
Public Types | |
enum | Enum { Buy = 'B', Sell = 'S', ShortSell = 'T' } |
typedef UInt8 | Base |
Definition at line 101 of file Enumerations.h.
typedef UInt8 Base |
Integral type used as basement for constants.
Definition at line 104 of file Enumerations.h.
enum Enum |
Enumerator | |
---|---|
Buy |
Buy Order. |
Sell |
Sell Order. |
ShortSell |
Short sell (not in use) |
Definition at line 106 of file Enumerations.h.