Package com.caplin.motif.fx.config
Class FormattedPoints
java.lang.Object
com.caplin.motif.fx.config.FormattedPoints
-
Constructor Summary
ConstructorDescriptionFormattedPoints
(BigDecimal points, int digitsBeforePips, int numberOfPips, int dps) -
Method Summary
-
Constructor Details
-
FormattedPoints
- Parameters:
points
- The points, 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