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

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

Public Types

enum  Enum {
  Market = '1', Limit = '2', StopLoss = '3', StopLimit = '4',
  MarketWithLeftoverAsLimit = 'K', Rlp = 'W', PeggedMidpoint = 'P'
}
 
typedef Char Base
 

Static Public Member Functions

static std::string toString (Enum)
 

Detailed Description

FIX type: Char.

Definition at line 1541 of file Fields.h.

Member Typedef Documentation

typedef Char Base

Definition at line 1543 of file Fields.h.

Member Enumeration Documentation

enum Enum

Order type.

Enumerator
Market 

Market.

Limit 

Limit.

StopLoss 

StopLoss.

StopLimit 

StopLimit.

MarketWithLeftoverAsLimit 

MarketWithLeftoverAsLimit.

Rlp 

Rlp.

PeggedMidpoint 

PeggedMidpoint.

Definition at line 1546 of file Fields.h.

Member Function Documentation

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

Definition at line 3358 of file Serialization.h.


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