OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
TradingSessionEnd::InstrumentType Struct Reference

Public Member Functions

 InstrumentType ()
std::string toString () const

Public Attributes

OnixS::Senaf::MarketData::InstrumentType::Enum instrumentType
Date sessionValueDate
TimeSpan marketSessionEnd

Detailed Description

Definition at line 58 of file TradingSessionEnd.h.

Constructor & Destructor Documentation

◆ InstrumentType()

Default constructor.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

Member Data Documentation

◆ instrumentType

Instrument Type.

Definition at line 64 of file TradingSessionEnd.h.

◆ marketSessionEnd

TimeSpan marketSessionEnd

Market Session End (Time).

Definition at line 70 of file TradingSessionEnd.h.

◆ sessionValueDate

Date sessionValueDate

Session Value Date/Purchase leg Value Date.

Definition at line 67 of file TradingSessionEnd.h.