Uses of Class
com.opengamma.strata.product.swap.Swap.Builder
-
Packages that use Swap.Builder Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of Swap.Builder in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return Swap.Builder Modifier and Type Method Description static Swap.BuilderSwap. builder()Returns a builder used to create an instance of the bean.Swap.BuilderSwap.Meta. builder()Swap.BuilderSwap.Builder. legs(SwapLeg... legs)Sets thelegsproperty in the builder from an array of objects.Swap.BuilderSwap.Builder. legs(List<? extends SwapLeg> legs)Sets the legs of the swap.Swap.BuilderSwap.Builder. set(String propertyName, Object newValue)Swap.BuilderSwap.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)Swap.BuilderSwap. toBuilder()Returns a builder that allows this bean to be mutated.
-