OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  16.1.0
API documentation
Numeric.h File Reference
#include <string>
#include <stdexcept>
#include <iosfwd>
#include <OnixS/Eurex/MarketData/ABI.h>

Go to the source code of this file.

Classes

class  Decimal
 
struct  Number
 

Namespaces

 OnixS
 
 OnixS::Eurex
 
 OnixS::Eurex::MarketData
 

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 &)
 

Function Documentation

std::ostream& std::operator<< ( std::ostream &  ,
const OnixS::Eurex::MarketData::Decimal  
)