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

Go to the source code of this file.

Classes

struct  OrderExecutedMsg
 

Functions

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

Function Documentation

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

Definition at line 113 of file OrderExecutedMsg.h.

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

Serializes object into string.

std::string toStr ( const OrderExecutedMsg msg)
inline

Serializes object into string.

Definition at line 105 of file OrderExecutedMsg.h.