OnixS C++ CBOE CFE Binary Order Entry (BOE) Handler  1.11.0
API documentation
TimeInForce Struct Reference

#include <OnixS/CboeCFE/Trading/BOE/Enumerations.h>

Public Types

enum  Enum {
  Day = '0', GTC = '1', IOC = '3', FOK = '4',
  GTD = '6'
}
 
typedef UInt8 Base
 

Detailed Description

Definition at line 877 of file Enumerations.h.

Member Typedef Documentation

typedef UInt8 Base

Integral type used as basement for constants.

Definition at line 880 of file Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
Day 

Day (Expires at the end of the business day)

GTC 

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

IOC 

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

FOK 

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

GTD 

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

Definition at line 882 of file Enumerations.h.


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