OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
OpenCloseSettlFlag Struct Reference

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

Public Types

enum  Enum
typedef UInt8 Base

Detailed Description

FIX type: Int.

Definition at line 864 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 866 of file Fields.h.

Member Enumeration Documentation

◆ Enum

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 869 of file Fields.h.