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

Go to the source code of this file.

Classes

struct  OrderExecutedWithPriceMsg
 

Functions

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

Function Documentation

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

Definition at line 128 of file OrderExecutedWithPriceMsg.h.

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

Serializes object into string.

std::string toStr ( const OrderExecutedWithPriceMsg msg)
inline

Serializes object into string.

Definition at line 120 of file OrderExecutedWithPriceMsg.h.