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

Go to the source code of this file.

Classes

struct  OrderBookStateMsg
 

Functions

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

Function Documentation

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

Definition at line 80 of file OrderBookStateMsg.h.

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

Serializes object into string.

std::string toStr ( const OrderBookStateMsg msg)
inline

Serializes object into string.

Definition at line 72 of file OrderBookStateMsg.h.