OnixS C++ SGX Titan ITCH Market Data Handler  1.2.2
API documentation
Price.h File Reference
#include <string>
#include <climits>
#include <OnixS/SgxTitan/MarketData/Itch/Integral.h>

Go to the source code of this file.

Classes

class  Price
 
struct  NullPrice
 

Namespaces

 OnixS
 
 OnixS::SgxTitan
 
 OnixS::SgxTitan::MarketData
 
 OnixS::SgxTitan::MarketData::Itch
 

Functions

bool operator== (const Price &left, const Price &right)
 
bool operator!= (const Price &left, const Price &right)
 
bool operator< (const Price &left, const Price &right)
 
bool operator<= (const Price &left, const Price &right)
 
bool operator> (const Price &left, const Price &right)
 
bool operator>= (const Price &left, const Price &right)
 
ONIXS_SGXTITAN_ITCH_API void priceToStr (std::string &, Int32)
 
void toStr (std::string &str, const Price &number)
 
std::string toStr (const Price &number)
 
std::ostream & operator<< (std::ostream &stream, const Price &msg)