Classes | |
| struct | InstrumentType |
Public Types | |
| enum | |
| typedef std::vector< InstrumentType > | InstrumentTypes |
Public Member Functions | |
| TradingSessionEnd () | |
| std::string | toString () const |
Public Attributes | |
| unsigned int | messageNumber |
| unsigned char | market |
| Date | sessionDate |
| TimeSpan | systemTime |
| InstrumentTypes | instrumentTypes |
Friends | |
| class | MessageDeserializer |
Definition at line 35 of file TradingSessionEnd.h.
| typedef std::vector<InstrumentType> InstrumentTypes |
Alias for collection of InstrumentType.
Definition at line 77 of file TradingSessionEnd.h.
| anonymous enum |
Default constructor.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 86 of file TradingSessionEnd.h.
| InstrumentTypes instrumentTypes |
Collection of InstrumentType.
Definition at line 80 of file TradingSessionEnd.h.
| unsigned char market |
Market.
Definition at line 50 of file TradingSessionEnd.h.
| unsigned int messageNumber |
Message Number.
Definition at line 47 of file TradingSessionEnd.h.
| Date sessionDate |
Session Date.
Definition at line 53 of file TradingSessionEnd.h.
| TimeSpan systemTime |
Current System Time.
Definition at line 56 of file TradingSessionEnd.h.