Uses of Class
com.opengamma.strata.market.amount.SwapLegAmount.Builder
-
Packages that use SwapLegAmount.Builder Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types. -
-
Uses of SwapLegAmount.Builder in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return SwapLegAmount.Builder Modifier and Type Method Description SwapLegAmount.BuilderSwapLegAmount.Builder. amount(CurrencyAmount amount)Sets the amount associated with the leg.static SwapLegAmount.BuilderSwapLegAmount. builder()Returns a builder used to create an instance of the bean.SwapLegAmount.BuilderSwapLegAmount.Meta. builder()SwapLegAmount.BuilderSwapLegAmount.Builder. currency(Currency currency)Sets the currency of the leg.SwapLegAmount.BuilderSwapLegAmount.Builder. payReceive(PayReceive payReceive)Sets whether the leg is pay or receive.SwapLegAmount.BuilderSwapLegAmount.Builder. set(String propertyName, Object newValue)SwapLegAmount.BuilderSwapLegAmount.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)SwapLegAmount.BuilderSwapLegAmount. toBuilder()Returns a builder that allows this bean to be mutated.SwapLegAmount.BuilderSwapLegAmount.Builder. type(SwapLegType type)Sets the type of the leg, such as Fixed or Ibor.
-