Uses of Class
com.opengamma.strata.market.amount.SwapLegAmount
-
Packages that use SwapLegAmount Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types. -
-
Uses of SwapLegAmount in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return SwapLegAmount Modifier and Type Method Description SwapLegAmount
SwapLegAmount.Builder. build()
SwapLegAmount
SwapLegAmount. convertedTo(Currency resultCurrency, FxRateProvider rateProvider)
static SwapLegAmount
SwapLegAmount. of(ResolvedSwapLeg leg, CurrencyAmount amount)
Obtains an instance from a swap leg and amount.Methods in com.opengamma.strata.market.amount that return types with arguments of type SwapLegAmount Modifier and Type Method Description Class<? extends SwapLegAmount>
SwapLegAmount.Meta. beanType()
-