Uses of Class
com.opengamma.strata.product.PortfolioItemType
-
Packages that use PortfolioItemType Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets. -
-
Uses of PortfolioItemType in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return PortfolioItemType Modifier and Type Method Description PortfolioItemTypePortfolioItemSummary. getPortfolioItemType()Gets the type of the item.static PortfolioItemTypePortfolioItemType. of(String name)Obtains an instance from the specified name.static PortfolioItemTypePortfolioItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static PortfolioItemType[]PortfolioItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product with parameters of type PortfolioItemType Modifier and Type Method Description static PortfolioItemSummaryPortfolioItemSummary. of(StandardId id, PortfolioItemType portfolioItemType, ProductType productType, Set<Currency> currencies, String description)Obtains an instance.PortfolioItemSummary.BuilderPortfolioItemSummary.Builder. portfolioItemType(PortfolioItemType portfolioItemType)Sets the type of the item.
-