CBOE Emulator
1.0
|
A response describing the status of canceling all active orders in the book. More...
#include <messages.hpp>
Public Member Functions | |
PurgeResponse (SequenceNumber sequence, PurgeStatus status_) | |
Initialize a new purge response message. 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 PurgeStatus | status |
whether the purge was accepted | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const PurgeResponse &message) |
Write the data from the message to a stream. More... | |
A response describing the status of canceling all active orders in the book.
|
inline |
Initialize a new purge response message.
sequence | the sequence number for the message |
status_ | the status of the cancellation response |
|
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 |