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

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

Public Types

enum  Enum {
  NoValue = 0xFF, Day = 0, GTC = 1, IOC = 3,
  FOK = 4, GTD = 6
}
 

Detailed Description

Definition at line 2341 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Execution and trading restriction parameters supported by Eurex.

Enumerator
NoValue 

No value.

Day 

Day (GFD).

GTC 

Good Till Cancelled (GTC) - Standard Orders only.

IOC 

Immediate or Cancel (IOC).

FOK 

Fill Or Kill (FOK).

GTD 

Good Till Date (GTD) - Standard Orders only.

Definition at line 2344 of file Enumerations.h.


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