CBOE Emulator
1.0
|
A response that tells the status of a session creation to the client. More...
#include <messages.hpp>
Public Member Functions | |
LoginResponse (SequenceNumber sequence, LoginResponseStatus status_) | |
Initialize a new login response. More... | |
std::string | to_string () const |
Convert the object to an STL string. More... | |
Public Attributes | |
const Header | header |
the header for the message | |
const LoginResponseStatus | status |
the status of the login request | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const LoginResponse &message) |
Write the data from the message to a stream. More... | |
A response that tells the status of a session creation to the client.
|
inline |
Initialize a new login response.
sequence | the sequence of the message in event time |
status_ | the status of the login request |
|
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 |