#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
| enum | Enum |
This field designates if the trader is acting in the capacity of agent, trading for its own account or acting as a market maker.
Definition at line 3061 of file Enumerations.h.
| enum Enum |
This field designates if the trader is acting in the capacity of agent, trading for its own account or acting as a market maker.
| Enumerator | ||
|---|---|---|
| NoValue | 0xFF | No value. |
| Customer | 1 | Customer (Agency). |
| Principal | 5 | Principal (Proprietary). |
| MarketMaker | 6 | Market Maker. |
Definition at line 3064 of file Enumerations.h.