OnixS C++ FIX Engine  4.10.1
API Documentation
Numeric.h File Reference
#include <OnixS/FIXEngine/ABI.h>
#include <string>
#include <stdexcept>
#include <iosfwd>

Go to the source code of this file.

Classes

class  Decimal
 
struct  Number
 

Namespaces

 OnixS
 
 OnixS::FIX
 

Typedefs

typedef char Char
 
typedef short int Int16
 
typedef short unsigned int UInt16
 
typedef int Int32
 
typedef unsigned int UInt32
 
typedef long long Int64
 
typedef unsigned long long UInt64
 
typedef double Double
 
typedef Int64 DecimalMantissa
 
typedef Int32 DecimalExponent
 

Functions

ONIXS_FIXENGINE_API std::ostream & operator<< (std::ostream &, Decimal const &)