Uses of Class
com.opengamma.strata.product.swap.FxResetFixingRelativeTo
-
Packages that use FxResetFixingRelativeTo Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of FxResetFixingRelativeTo in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FxResetFixingRelativeTo Modifier and Type Method Description FxResetFixingRelativeTo
FxResetCalculation. getFixingRelativeTo()
Gets the base date that each FX reset fixing is made relative to, defaulted to 'PeriodStart'.static FxResetFixingRelativeTo
FxResetFixingRelativeTo. of(String name)
Obtains an instance from the specified name.static FxResetFixingRelativeTo
FxResetFixingRelativeTo. valueOf(String name)
Returns the enum constant of this type with the specified name.static FxResetFixingRelativeTo[]
FxResetFixingRelativeTo. 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 FxResetFixingRelativeTo Modifier and Type Method Description org.joda.beans.MetaProperty<FxResetFixingRelativeTo>
FxResetCalculation.Meta. fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.Methods in com.opengamma.strata.product.swap with parameters of type FxResetFixingRelativeTo Modifier and Type Method Description FxResetCalculation.Builder
FxResetCalculation.Builder. fixingRelativeTo(FxResetFixingRelativeTo fixingRelativeTo)
Sets the base date that each FX reset fixing is made relative to, defaulted to 'PeriodStart'.
-