OnixS BME SENAF Handler C++ library  2.2.1
API documentation
TradingSessionStartUp Struct Reference

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

Classes

struct  InstrumentType
 

Public Types

enum  { code = 13 }
 
typedef std::vector< InstrumentTypeInstrumentTypes
 

Public Member Functions

 TradingSessionStartUp ()
 
std::string toString () const
 

Public Attributes

unsigned messageNumber
 
unsigned char market
 
Date sessionDate
 
TimeSpan systemTime
 
InstrumentTypes instrumentTypes
 

Friends

class MessageDeserializer
 

Detailed Description

Definition at line 35 of file TradingSessionStartUp.h.

Member Typedef Documentation

typedef std::vector<InstrumentType> InstrumentTypes

Alias for collection of InstrumentType.

Definition at line 77 of file TradingSessionStartUp.h.

Member Enumeration Documentation

anonymous enum

Message code.

Enumerator
code 

Definition at line 38 of file TradingSessionStartUp.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 86 of file TradingSessionStartUp.h.

Member Data Documentation

InstrumentTypes instrumentTypes

Collection of InstrumentType.

Definition at line 80 of file TradingSessionStartUp.h.

unsigned char market

Market.

Definition at line 50 of file TradingSessionStartUp.h.

unsigned messageNumber

Message Number.

Definition at line 47 of file TradingSessionStartUp.h.

Date sessionDate

Session Date.

Definition at line 53 of file TradingSessionStartUp.h.

TimeSpan systemTime

System Time.

Definition at line 56 of file TradingSessionStartUp.h.


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