OnixS BME SENAF Handler C++ library  2.2.0
API documentation
MarketSessionStartUp Struct Reference

#include <OnixS/Senaf/MarketData/Messages/MarketSessionStartUp.h>

Classes

struct  InstrumentType
 

Public Types

enum  { code = 22 }
 
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 33 of file MarketSessionStartUp.h.

Member Typedef Documentation

typedef std::vector<InstrumentType> InstrumentTypes

Alias for collection of InstrumentType.

Definition at line 75 of file MarketSessionStartUp.h.

Member Enumeration Documentation

anonymous enum

Message code.

Enumerator
code 

Definition at line 36 of file MarketSessionStartUp.h.

Constructor & Destructor Documentation

Default constructor.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Friends And Related Function Documentation

friend class MessageDeserializer
friend

Definition at line 84 of file MarketSessionStartUp.h.

Member Data Documentation

InstrumentTypes instrumentTypes

Collection of InstrumentType.

Definition at line 78 of file MarketSessionStartUp.h.

unsigned char market

Market.

Definition at line 45 of file MarketSessionStartUp.h.

unsigned messageNumber

Message Number.

Definition at line 42 of file MarketSessionStartUp.h.

Date sessionDate

Session Date.

Definition at line 48 of file MarketSessionStartUp.h.

TimeSpan systemTime

System Time.

Definition at line 51 of file MarketSessionStartUp.h.

char utcTimeDifference

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

Definition at line 54 of file MarketSessionStartUp.h.


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