Uses of Class
com.opengamma.strata.product.dsf.Dsf.Builder
-
Packages that use Dsf.Builder Package Description com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs). -
-
Uses of Dsf.Builder in com.opengamma.strata.product.dsf
Methods in com.opengamma.strata.product.dsf that return Dsf.Builder Modifier and Type Method Description static Dsf.Builder
Dsf. builder()
Returns a builder used to create an instance of the bean.Dsf.Builder
Dsf.Meta. builder()
Dsf.Builder
Dsf.Builder. deliveryDate(LocalDate deliveryDate)
Sets the delivery date.Dsf.Builder
Dsf.Builder. lastTradeDate(LocalDate lastTradeDate)
Sets the last date of trading.Dsf.Builder
Dsf.Builder. notional(double notional)
Sets the notional of the futures.Dsf.Builder
Dsf.Builder. securityId(SecurityId securityId)
Sets the security identifier.Dsf.Builder
Dsf.Builder. set(String propertyName, Object newValue)
Dsf.Builder
Dsf.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
Dsf.Builder
Dsf. toBuilder()
Returns a builder that allows this bean to be mutated.Dsf.Builder
Dsf.Builder. underlyingSwap(Swap underlyingSwap)
Sets the underlying swap.
-