OnixS C++ B3 Binary UMDF Market Data Handler  1.3.0
API documentation
Decimal.Operations.h File Reference

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::B3
 
 OnixS::B3::MarketData
 
 OnixS::B3::MarketData::UMDF
 
 OnixS::B3::MarketData::UMDF::Messaging
 

Functions

template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD std::string toStr (const FixedPointDecimal< Mantissa, Exponent > &number)
 
template<class Mantissa , class Exponent >
std::ostream & operator<< (std::ostream &stream, const FixedPointDecimal< Mantissa, Exponent > &value)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator== (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator!= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator< (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator> (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator<= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)
 
template<class Mantissa , class Exponent >
ONIXS_B3_UMDF_MD_NODISCARD ONIXS_B3_UMDF_MD_PURE bool operator>= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right)