#include <OnixS/Senaf/MarketData/Messages/MarketSessionStartUp.h>
Classes | |
struct | InstrumentType |
Public Types | |
enum | { code = 22 } |
typedef std::vector< InstrumentType > | InstrumentTypes |
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 |
Definition at line 35 of file MarketSessionStartUp.h.
typedef std::vector<InstrumentType> InstrumentTypes |
Alias for collection of InstrumentType.
Definition at line 80 of file MarketSessionStartUp.h.
anonymous enum |
Default constructor.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 89 of file MarketSessionStartUp.h.
InstrumentTypes instrumentTypes |
Collection of InstrumentType.
Definition at line 83 of file MarketSessionStartUp.h.
unsigned char market |
Market.
Definition at line 50 of file MarketSessionStartUp.h.
unsigned messageNumber |
Message Number.
Definition at line 47 of file MarketSessionStartUp.h.
Date sessionDate |
Session Date.
Definition at line 53 of file MarketSessionStartUp.h.
TimeSpan systemTime |
System Time.
Definition at line 56 of file MarketSessionStartUp.h.
char utcTimeDifference |
Time Difference with UTC Time [-12..+12].
Definition at line 59 of file MarketSessionStartUp.h.