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

Go to the source code of this file.

Classes

struct  OrderCancelMsg
 

Functions

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

Function Documentation

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

Definition at line 101 of file OrderCancelMsg.h.

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

Serializes object into string.

std::string toStr ( const OrderCancelMsg msg)
inline

Serializes object into string.

Definition at line 93 of file OrderCancelMsg.h.