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 PortfolioItemType
PortfolioItemSummary. getPortfolioItemType()
Gets the type of the item.static PortfolioItemType
PortfolioItemType. of(String name)
Obtains an instance from the specified name.static PortfolioItemType
PortfolioItemType. 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 PortfolioItemSummary
PortfolioItemSummary. of(StandardId id, PortfolioItemType portfolioItemType, ProductType productType, Set<Currency> currencies, String description)
Obtains an instance.PortfolioItemSummary.Builder
PortfolioItemSummary.Builder. portfolioItemType(PortfolioItemType portfolioItemType)
Sets the type of the item.
-