A message that indicates to clear all orders in the order book.
More...
#include <messages.hpp>
|
const Header | header |
| the message header that defines the template ID and length of message
|
|
|
std::ostream & | operator<< (std::ostream &stream, const Clear &message) |
| Write the data from the message to a stream. More...
|
|
A message that indicates to clear all orders in the order book.
◆ Clear()
Initialize a new clear book message.
- Parameters
-
sequence | the sequence number for the message |
time | the time for the message |
◆ to_string()
std::string DataFeed::Messages::Clear::to_string |
( |
| ) |
const |
|
inline |
Convert the object to an STL string.
- Returns
- a string representation of the object
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Clear & |
message |
|
) |
| |
|
friend |
Write the data from the message to a stream.
- Parameters
-
stream | the stream to write the data to |
message | the message to write to the stream |
- Returns
- the stream with data from the message written to it
The documentation for this struct was generated from the following file: