Interface LegAmount
-
- All Superinterfaces:
FxConvertible<LegAmount>
- All Known Implementing Classes:
SwapLegAmount
public interface LegAmount extends FxConvertible<LegAmount>
Represents an amount of a currency associated with one leg of an instrument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencyAmount
getAmount()
Gets the amount associated with the leg.-
Methods inherited from interface com.opengamma.strata.basics.currency.FxConvertible
convertedTo
-
-
-
-
Method Detail
-
getAmount
CurrencyAmount getAmount()
Gets the amount associated with the leg.- Returns:
- the amount
-
-