Package com.caplin.motif.fx.config
Class FormattedRate
java.lang.Object
com.caplin.motif.fx.config.FormattedRate
-
Constructor Summary
ConstructorDescriptionFormattedRate
(BigDecimal rate, int digitsBeforePips, int numberOfPips, int dps) -
Method Summary
-
Constructor Details
-
FormattedRate
- Parameters:
rate
- The rate, e.g. 1.12345digitsBeforePips
- The number of digits between the decimal character and the pips, e.g. 2numberOfPips
- The number of pips digits, e.g. 2dps
- The number of decimal places of the rate, e.g. 5
-
-
Method Details