#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, Customer = 1, Principal = 5, MarketMaker = 6 } |
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 3036 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 |
No value. |
Customer |
Customer (Agency). |
Principal |
Principal (Proprietary). |
MarketMaker |
Market Maker. |
Definition at line 3039 of file Enumerations.h.