CBOE Emulator
1.0
|
A message that indicates the end of a trading session. More...
#include <messages.hpp>
Public Member Functions | |
EndOfSession (SequenceNumber sequence=0, TimeStamp time=0) | |
Initialize a new end of session message. More... | |
std::string | to_string () const |
Convert the object to an STL string. More... | |
Public Attributes | |
const Header | header |
the message header that defines the template ID and length of message | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const EndOfSession &message) |
Write the data from the message to a stream. More... | |
A message that indicates the end of a trading session.
|
inline |
Initialize a new end of session message.
sequence | the sequence number for the message |
time | the time for the message |
|
inline |
Convert the object to an STL string.
|
friend |
Write the data from the message to a stream.
stream | the stream to write the data to |
message | the message to write to the stream |