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

Go to the source code of this file.

Classes

struct  InformationMsg
 

Functions

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

Function Documentation

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

Definition at line 95 of file InformationMsg.h.

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

Serializes object into string.

std::string toStr ( const InformationMsg msg)
inline

Serializes object into string.

Definition at line 87 of file InformationMsg.h.