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.Builder
SwapLegAmount.Builder. amount(CurrencyAmount amount)
Sets the amount associated with the leg.static SwapLegAmount.Builder
SwapLegAmount. builder()
Returns a builder used to create an instance of the bean.SwapLegAmount.Builder
SwapLegAmount.Meta. builder()
SwapLegAmount.Builder
SwapLegAmount.Builder. currency(Currency currency)
Sets the currency of the leg.SwapLegAmount.Builder
SwapLegAmount.Builder. payReceive(PayReceive payReceive)
Sets whether the leg is pay or receive.SwapLegAmount.Builder
SwapLegAmount.Builder. set(String propertyName, Object newValue)
SwapLegAmount.Builder
SwapLegAmount.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
SwapLegAmount.Builder
SwapLegAmount. toBuilder()
Returns a builder that allows this bean to be mutated.SwapLegAmount.Builder
SwapLegAmount.Builder. type(SwapLegType type)
Sets the type of the leg, such as Fixed or Ibor.
-