Uses of Class
com.opengamma.strata.product.swap.SwapLegType
-
Packages that use SwapLegType Package Description com.opengamma.strata.market.amount Defines representations of amounts typically used as result types.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of SwapLegType in com.opengamma.strata.market.amount
Methods in com.opengamma.strata.market.amount that return SwapLegType Modifier and Type Method Description SwapLegTypeSwapLegAmount. getType()Gets the type of the leg, such as Fixed or Ibor.Methods in com.opengamma.strata.market.amount that return types with arguments of type SwapLegType Modifier and Type Method Description org.joda.beans.MetaProperty<SwapLegType>SwapLegAmount.Meta. type()The meta-property for thetypeproperty.Methods in com.opengamma.strata.market.amount with parameters of type SwapLegType Modifier and Type Method Description SwapLegAmount.BuilderSwapLegAmount.Builder. type(SwapLegType type)Sets the type of the leg, such as Fixed or Ibor. -
Uses of SwapLegType in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return SwapLegType Modifier and Type Method Description SwapLegTypeFixedRateCalculation. getType()SwapLegTypeIborRateCalculation. getType()SwapLegTypeInflationRateCalculation. getType()SwapLegTypeKnownAmountSwapLeg. getType()SwapLegTypeOvernightRateCalculation. getType()SwapLegTypeRateCalculation. getType()Gets the type of the leg, such as Fixed or Ibor.SwapLegTypeRateCalculationSwapLeg. getType()SwapLegTypeRatePeriodSwapLeg. getType()Gets the type of the leg, such as Fixed or Ibor.SwapLegTypeResolvedSwapLeg. getType()Gets the type of the leg, such as Fixed or Ibor.SwapLegTypeSwapLeg. getType()Gets the type of the leg, such as Fixed or Ibor.static SwapLegTypeSwapLegType. of(String name)Obtains an instance from the specified name.static SwapLegTypeSwapLegType. valueOf(String name)Returns the enum constant of this type with the specified name.static SwapLegType[]SwapLegType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swap that return types with arguments of type SwapLegType Modifier and Type Method Description org.joda.beans.MetaProperty<SwapLegType>KnownAmountSwapLeg.Meta. type()The meta-property for thetypeproperty.org.joda.beans.MetaProperty<SwapLegType>RateCalculationSwapLeg.Meta. type()The meta-property for thetypeproperty.org.joda.beans.MetaProperty<SwapLegType>RatePeriodSwapLeg.Meta. type()The meta-property for thetypeproperty.org.joda.beans.MetaProperty<SwapLegType>ResolvedSwapLeg.Meta. type()The meta-property for thetypeproperty.Methods in com.opengamma.strata.product.swap with parameters of type SwapLegType Modifier and Type Method Description ImmutableList<ResolvedSwapLeg>ResolvedSwap. getLegs(SwapLegType type)Gets the legs of the swap with the specified type.ImmutableList<SwapLeg>Swap. getLegs(SwapLegType type)Gets the legs of the swap with the specified type.RatePeriodSwapLeg.BuilderRatePeriodSwapLeg.Builder. type(SwapLegType type)Sets the type of the leg, such as Fixed or Ibor.ResolvedSwapLeg.BuilderResolvedSwapLeg.Builder. type(SwapLegType type)Sets the type of the leg, such as Fixed or Ibor.
-