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

Go to the source code of this file.

Classes

struct  TradeMsg
 

Functions

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

Function Documentation

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

Definition at line 112 of file TradeMsg.h.

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

Serializes object into string.

std::string toStr ( const TradeMsg msg)
inline

Serializes object into string.

Definition at line 104 of file TradeMsg.h.