OnixS ICE iMpact Multicast Price Feed Handler C++ library  8.15.1
API documentation
Rational Numbers

What Is Rational Number?

Rational number in our representation is just numerator and denominator. ICE provides information about prices using numerators only. To get a real price you need to get the denominator from a product definition and then divide the numerator on the denominator. To simplify this we decided to use our own representation and always keep the denominator together with the numerator.

For more details please see OnixS::ICE::iMpact::MarketData::RationalNumber.

Operations On Rational Numbers

We support only limited operations for RationalNumber. There are no arithmetic operations for this class at all. You can only use the following: