pub fn fixed_from_basis_points<BP>(
    value: BP
) -> FixedPoint<i128, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>, B0>>where
    BP: Into<u16>,
Expand description

Create fraction as Fixed from BasisPoints value.