OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
OnixS::CME::DropCopy::FixedPointDecimal Namespace Reference

Functions

bool equal (const Decimal &lhs, const Decimal &rhs)
bool nonEqual (const Decimal &lhs, const Decimal &rhs)
bool less (const Decimal &lhs, const Decimal &rhs)
bool greater (const Decimal &lhs, const Decimal &rhs)

Variables

const DecimalComparator Comparator

Function Documentation

◆ equal()

bool equal ( const Decimal & lhs,
const Decimal & rhs )
inline

Definition at line 404 of file Numeric.h.

◆ greater()

bool greater ( const Decimal & lhs,
const Decimal & rhs )
inline

Definition at line 422 of file Numeric.h.

◆ less()

bool less ( const Decimal & lhs,
const Decimal & rhs )
inline

Definition at line 416 of file Numeric.h.

◆ nonEqual()

bool nonEqual ( const Decimal & lhs,
const Decimal & rhs )
inline

Definition at line 410 of file Numeric.h.

Variable Documentation

◆ Comparator

const DecimalComparator Comparator
extern