#include <OnixS/Eurex/Trading/Enumerations.h>
Definition at line 477 of file Enumerations.h.
 
◆ Enum
Instructions for order handling, represented as a bit map.    
| Enumerator | 
|---|
| NoValue | 0xFF | No value.  | 
| H | 1 | Persistent Order (FIX value 'H').  | 
| Q | 2 | Non-persistent Order (FIX value 'Q').  | 
| HQ | 3 | Persistent and non-persistent orders affected (FIX value 'H Q').  | 
| H6 | 5 | Persistent and Book or Cancel order (FIX value 'H 6').  | 
| Q6 | 6 | Non-persistent and Book or Cancel order (FIX value 'Q 6').  | 
Definition at line 480 of file Enumerations.h.