OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
OpenCloseSettlFlag Struct Reference

#include <OnixS/B3/MarketData/UMDF/messaging/Fields.h>

Public Types

enum  Enum {
  DAILY = 0, SESSION = 1, EXPECTED_ENTRY = 3, ENTRY_FROM_PREVIOUS_BUSINESS_DAY = 4,
  THEORETICAL_PRICE = 5
}
 
typedef UInt8 Base
 

Static Public Member Functions

static ONIXS_B3_UMDF_MD_NODISCARD std::string toString (Enum)
 

Detailed Description

FIX type: Int.

Definition at line 870 of file Fields.h.

Member Typedef Documentation

typedef UInt8 Base

Definition at line 872 of file Fields.h.

Member Enumeration Documentation

enum Enum

Flag that identifies if the opening/closing/settlement price is related to theoretical, daily, previous business day or just an updated value.

Enumerator
DAILY 

Daily settlement entry..

SESSION 

Session settlement entry..

EXPECTED_ENTRY 

Expected entry (preliminary price)..

ENTRY_FROM_PREVIOUS_BUSINESS_DAY 

Entry from previous business day..

THEORETICAL_PRICE 

Theoretical Price..

Definition at line 875 of file Fields.h.

Member Function Documentation

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

Definition at line 2268 of file Serialization.h.


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