| Package | Description |
|---|---|
| com.opengamma.strata.market.amount |
Defines representations of amounts typically used as result types.
|
| Modifier and Type | Method and 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(org.joda.beans.MetaProperty<?> property,
Object value) |
SwapLegAmount.Builder |
SwapLegAmount.Builder.set(String propertyName,
Object newValue) |
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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.