OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
ExecInst Struct Reference

#include <OnixS/Eurex/Trading/Enumerations.h>

Public Types

enum  Enum {
  NoValue = 0xFF, H = 1, Q = 2, HQ = 3,
  H6 = 5, Q6 = 6
}
 

Detailed Description

Definition at line 388 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Instructions for order handling, represented as a bit map.

Enumerator
NoValue 

No value.

Persistent Order (FIX value 'H').

Non-persistent Order (FIX value 'Q').

HQ 

Persistent and non-persistent orders affected (FIX value 'H Q').

H6 

Persistent and Book or Cancel order (FIX value 'H 6').

Q6 

Non-persistent and Book or Cancel order (FIX value 'Q 6').

Definition at line 391 of file Enumerations.h.


The documentation for this struct was generated from the following file: