Uses of Interface
com.opengamma.strata.market.amount.LegAmount
-
Packages that use LegAmount Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types. -
-
Uses of LegAmount in com.opengamma.strata.market.amount
Classes in com.opengamma.strata.market.amount that implement LegAmount Modifier and Type Class Description classSwapLegAmountRepresents an amount associated with one leg of a swap.Methods in com.opengamma.strata.market.amount that return types with arguments of type LegAmount Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableList<LegAmount>>LegAmounts.Meta. amounts()The meta-property for theamountsproperty.ImmutableList<LegAmount>LegAmounts. getAmounts()Gets the leg amounts.Methods in com.opengamma.strata.market.amount with parameters of type LegAmount Modifier and Type Method Description static LegAmountsLegAmounts. of(LegAmount... amounts)Returns an instance containing the specified leg amounts.Method parameters in com.opengamma.strata.market.amount with type arguments of type LegAmount Modifier and Type Method Description static LegAmountsLegAmounts. of(List<LegAmount> amounts)Returns an instance containing the specified leg amounts.
-