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

Go to the source code of this file.

Classes

struct  SystemEventMsg
 

Functions

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

Function Documentation

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

Definition at line 94 of file SystemEventMsg.h.

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

Serializes object into string.

std::string toStr ( const SystemEventMsg msg)
inline

Serializes object into string.

Definition at line 86 of file SystemEventMsg.h.