OnixS C++ eSpeed ITCH Market Data Handler  1.7.3
API documentation
ExecutionDoneMsg.h File Reference

Go to the source code of this file.

Classes

struct  ExecutionDoneMsg
 

Functions

ONIXS_ESPEED_ITCH_API void toStr (std::string &, const ExecutionDoneMsg &)
 
std::string toStr (const ExecutionDoneMsg &msg)
 
std::ostream & operator<< (std::ostream &stream, const ExecutionDoneMsg &msg)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const ExecutionDoneMsg msg 
)
inline

Definition at line 82 of file ExecutionDoneMsg.h.

ONIXS_ESPEED_ITCH_API void toStr ( std::string &  ,
const ExecutionDoneMsg  
)

Serializes object into string.

std::string toStr ( const ExecutionDoneMsg msg)
inline

Serializes object into string.

Definition at line 74 of file ExecutionDoneMsg.h.