Uses of Class
org.quantlib.Rounding
-
-
Uses of Rounding in org.quantlib
Subclasses of Rounding in org.quantlib Modifier and Type Class Description classCeilingTruncationclassClosestRoundingclassDownRoundingclassFloorTruncationclassUpRoundingMethods in org.quantlib that return Rounding Modifier and Type Method Description RoundingCurrency. rounding()Methods in org.quantlib with parameters of type Rounding Modifier and Type Method Description protected static longRounding. getCPtr(Rounding obj)protected static longRounding. swigRelease(Rounding obj)Constructors in org.quantlib with parameters of type Rounding Constructor Description Currency(String name, String code, int numericCode, String symbol, String fractionSymbol, int fractionsPerUnit, Rounding rounding, String formatString)Currency(String name, String code, int numericCode, String symbol, String fractionSymbol, int fractionsPerUnit, Rounding rounding, String formatString, Currency triangulationCurrency)
-