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