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

Public Types

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

Detailed Description

Definition at line 2836 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 2839 of file Enumerations.h.