OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
TimeInForce Struct Reference

#include <OnixS/B3/BOE/messaging/Fields.h>

Public Types

enum  Enum {
  Day = '0', GoodTillCancel = '1', ImmediateOrCancel = '3', FillOrKill = '4',
  GoodTillDate = '6', AtTheClose = '7', GoodForAuction = 'A'
}
 
typedef Char Base
 

Static Public Member Functions

static std::string toString (Enum)
 

Detailed Description

FIX type: Char.

Definition at line 1473 of file Fields.h.

Member Typedef Documentation

typedef Char Base

Definition at line 1475 of file Fields.h.

Member Enumeration Documentation

enum Enum

Specifies how long the order remains in effect.

Enumerator
Day 

Day.

GoodTillCancel 

GoodTillCancel.

ImmediateOrCancel 

ImmediateOrCancel.

FillOrKill 

FillOrKill.

GoodTillDate 

GoodTillDate.

AtTheClose 

AtTheClose.

GoodForAuction 

GoodForAuction.

Definition at line 1478 of file Fields.h.

Member Function Documentation

std::string toString ( TimeInForce::Enum  value)
inlinestatic
Returns
a human-readable presentation.

Definition at line 3345 of file Serialization.h.


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