A Receiver handler that writes every message to an output stream.
More...
#include <echo.hpp>
A Receiver handler that writes every message to an output stream.
◆ Echo()
DataFeed::Handlers::Echo::Echo |
( |
std::ostream & |
stream_ = std::cout | ) |
|
|
inline |
Initialize a new data feed echo handler.
- Parameters
-
stream_ | the stream to output the data to |
◆ did_receive() [1/6]
Handle an add order message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
◆ did_receive() [2/6]
Handle a clear book message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
◆ did_receive() [3/6]
Handle a delete order message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
◆ did_receive() [4/6]
Handle an end of session message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
◆ did_receive() [5/6]
Handle a start of session message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
◆ did_receive() [6/6]
Handle a trade message.
- Parameters
-
receiver | the receiver that is handling the message |
message | the message to handle |
The documentation for this class was generated from the following file: