Type Definition hydra_dx_math::ema::EmaPrice
source · pub type EmaPrice = Ratio;
Expand description
EmaPrice is a rational number represented by a u128
for both numerator and denominator.
pub type EmaPrice = Ratio;
EmaPrice is a rational number represented by a u128
for both numerator and denominator.