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

Go to the source code of this file.

Classes

struct  BrokenTradeMsg
 

Functions

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

Function Documentation

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

Definition at line 106 of file BrokenTradeMsg.h.

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

Serializes object into string.

std::string toStr ( const BrokenTradeMsg msg)
inline

Serializes object into string.

Definition at line 98 of file BrokenTradeMsg.h.