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

Classes

struct  InstrumentType

Public Types

enum  
typedef std::vector< InstrumentTypeInstrumentTypes

Public Member Functions

 MarketSessionStartUp ()
std::string toString () const

Public Attributes

unsigned messageNumber
unsigned char market
Date sessionDate
TimeSpan systemTime
char utcTimeDifference
InstrumentTypes instrumentTypes

Friends

class MessageDeserializer

Detailed Description

Definition at line 35 of file MarketSessionStartUp.h.

Member Typedef Documentation

◆ InstrumentTypes

typedef std::vector<InstrumentType> InstrumentTypes

Alias for collection of InstrumentType.

Definition at line 80 of file MarketSessionStartUp.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message code.

Enumerator
code 22 

Definition at line 38 of file MarketSessionStartUp.h.

Constructor & Destructor Documentation

◆ MarketSessionStartUp()

Default constructor.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ MessageDeserializer

friend class MessageDeserializer
friend

Definition at line 89 of file MarketSessionStartUp.h.

Member Data Documentation

◆ instrumentTypes

InstrumentTypes instrumentTypes

Collection of InstrumentType.

Definition at line 83 of file MarketSessionStartUp.h.

◆ market

unsigned char market

Market.

Definition at line 50 of file MarketSessionStartUp.h.

◆ messageNumber

unsigned messageNumber

Message Number.

Definition at line 47 of file MarketSessionStartUp.h.

◆ sessionDate

Date sessionDate

Session Date.

Definition at line 53 of file MarketSessionStartUp.h.

◆ systemTime

TimeSpan systemTime

System Time.

Definition at line 56 of file MarketSessionStartUp.h.

◆ utcTimeDifference

char utcTimeDifference

Time Difference with UTC Time [-12..+12].

Definition at line 59 of file MarketSessionStartUp.h.