Class FormattedRate


  • public class FormattedRate
    extends Object
    • Constructor Detail

      • FormattedRate

        public FormattedRate​(@Nonnull
                             BigDecimal rate,
                             int digitsBeforePips,
                             int numberOfPips,
                             int dps)
        Parameters:
        rate - The rate, e.g. 1.12345
        digitsBeforePips - The number of digits between the decimal character and the pips, e.g. 2
        numberOfPips - The number of pips digits, e.g. 2
        dps - The number of decimal places of the rate, e.g. 5
    • Method Detail

      • getDigitsBeforePips

        public int getDigitsBeforePips()
      • getNumberOfPips

        public int getNumberOfPips()
      • getDps

        public int getDps()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object