OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
Numeric.h File Reference

Go to the source code of this file.

Classes

class  Decimal
struct  Number

Namespaces

namespace  OnixS
namespace  OnixS::Eurex
namespace  OnixS::Eurex::MarketData
namespace  std

Typedefs

typedef char Int8
typedef unsigned char UInt8
typedef short Int16
typedef unsigned short UInt16
typedef int Int32
typedef unsigned int UInt32
typedef double Double
typedef Int64 DecimalMantissa
typedef Int32 DecimalExponent

Functions

bool operator< (const Decimal &l, const Decimal &r)
bool operator> (const Decimal &l, const Decimal &r)
bool operator<= (const Decimal &l, const Decimal &r)
bool operator>= (const Decimal &l, const Decimal &r)
std::ostream & operator<< (std::ostream &, const OnixS::Eurex::MarketData::Decimal &)