CBOE Emulator
1.0
|
A request to cancel all active orders in the book. More...
#include <messages.hpp>
Public Member Functions | |
PurgeRequest (SequenceNumber sequence) | |
Initialize a new purge request 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 | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const PurgeRequest &message) |
Write the data from the message to a stream. More... | |
A request to cancel all active orders in the book.
|
inlineexplicit |
Initialize a new purge request message.
sequence | the sequence number 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 |