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.Builder
Swap. builder()
Returns a builder used to create an instance of the bean.Swap.Builder
Swap.Meta. builder()
Swap.Builder
Swap.Builder. legs(SwapLeg... legs)
Sets thelegs
property in the builder from an array of objects.Swap.Builder
Swap.Builder. legs(List<? extends SwapLeg> legs)
Sets the legs of the swap.Swap.Builder
Swap.Builder. set(String propertyName, Object newValue)
Swap.Builder
Swap.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
Swap.Builder
Swap. toBuilder()
Returns a builder that allows this bean to be mutated.
-