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

Go to the source code of this file.

Classes

struct  AddOrderMsg
 

Functions

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

Function Documentation

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

Definition at line 114 of file AddOrderMsg.h.

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

Serializes object into string.

std::string toStr ( const AddOrderMsg msg)
inline

Serializes object into string.

Definition at line 106 of file AddOrderMsg.h.