Uses of Class
com.opengamma.strata.collect.FixedScaleDecimal
-
Packages that use FixedScaleDecimal Package Description com.opengamma.strata.basics.currency Representations of currency and money.com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of FixedScaleDecimal in com.opengamma.strata.basics.currency
Methods in com.opengamma.strata.basics.currency that return FixedScaleDecimal Modifier and Type Method Description FixedScaleDecimal
Money. getValue()
Gets the numeric amount of the money. -
Uses of FixedScaleDecimal in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect that return FixedScaleDecimal Modifier and Type Method Description FixedScaleDecimal
FixedScaleDecimal. map(UnaryOperator<Decimal> fn)
Maps this value using the maths operations ofDecimal
.static FixedScaleDecimal
FixedScaleDecimal. of(Decimal decimal, int fixedScale)
Obtains an instance from a decimal and scale.static FixedScaleDecimal
FixedScaleDecimal. parse(String str)
Parses an instance from aString
.FixedScaleDecimal
Decimal. toFixedScale(int fixedScale)
Returns the equivalentFixedScaleDecimal
.Methods in com.opengamma.strata.collect with parameters of type FixedScaleDecimal Modifier and Type Method Description int
FixedScaleDecimal. compareTo(FixedScaleDecimal other)
-