Uses of Class
com.opengamma.strata.product.swap.IborRateResetMethod
-
Packages that use IborRateResetMethod Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of IborRateResetMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return IborRateResetMethod Modifier and Type Method Description IborRateResetMethodResetSchedule. getResetMethod()Gets the rate reset method, defaulted to 'Unweighted'.static IborRateResetMethodIborRateResetMethod. of(String name)Obtains an instance from the specified name.static IborRateResetMethodIborRateResetMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static IborRateResetMethod[]IborRateResetMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swap that return types with arguments of type IborRateResetMethod Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateResetMethod>ResetSchedule.Meta. resetMethod()The meta-property for theresetMethodproperty.Methods in com.opengamma.strata.product.swap with parameters of type IborRateResetMethod Modifier and Type Method Description ResetSchedule.BuilderResetSchedule.Builder. resetMethod(IborRateResetMethod resetMethod)Sets the rate reset method, defaulted to 'Unweighted'.
-