OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler 1.12.0
API documentation
Loading...
Searching...
No Matches
TimeInForce Struct Reference

Public Types

enum  Enum
typedef UInt8 Base

Detailed Description

Definition at line 880 of file Enumerations.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Integral type used as basement for constants.

Definition at line 883 of file Enumerations.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Day '0' 

Day (Expires at the end of the business day)

GTC '1' 

GTC (Good �till Cancel.Order remains until cancelled or contract expires)

IOC '3' 

IOC (Portion not filled immediately is cancelled. Market orders are implicitly IOC)

FOK '4' 

FOK (An IOC where the entire size must be filled, else the order will be cancelled back)

GTD '6' 

GTD (Good ‘till Date-Time Expires at the date-time specified in the ExpireTime field).

Definition at line 885 of file Enumerations.h.