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.BuilderDsf. builder()Returns a builder used to create an instance of the bean.Dsf.BuilderDsf.Meta. builder()Dsf.BuilderDsf.Builder. deliveryDate(LocalDate deliveryDate)Sets the delivery date.Dsf.BuilderDsf.Builder. lastTradeDate(LocalDate lastTradeDate)Sets the last date of trading.Dsf.BuilderDsf.Builder. notional(double notional)Sets the notional of the futures.Dsf.BuilderDsf.Builder. securityId(SecurityId securityId)Sets the security identifier.Dsf.BuilderDsf.Builder. set(String propertyName, Object newValue)Dsf.BuilderDsf.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)Dsf.BuilderDsf. toBuilder()Returns a builder that allows this bean to be mutated.Dsf.BuilderDsf.Builder. underlyingSwap(Swap underlyingSwap)Sets the underlying swap.
-