CBOE Emulator
1.0
|
A request to cancel an active limit order in the book. More...
#include <messages.hpp>
Public Member Functions | |
CancelRequest (SequenceNumber sequence, OrderID order_id_) | |
Initialize a new cancel 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 | |
const OrderID | order_id |
the order ID of the order to cancel | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const CancelRequest &message) |
Write the data from the message to a stream. More... | |
A request to cancel an active limit order in the book.
|
inline |
Initialize a new cancel request message.
sequence | the sequence number for the message |
order_id_ | the order ID of the order to cancel |
|
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 |