Uses of Class
com.opengamma.strata.product.SecurityInfoBuilder
-
Packages that use SecurityInfoBuilder Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets. -
-
Uses of SecurityInfoBuilder in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return SecurityInfoBuilder Modifier and Type Method Description <T> SecurityInfoBuilderSecurityInfoBuilder. addAttribute(AttributeType<T> attributeType, T attributeValue)Adds a security attribute to the map of attributes.static SecurityInfoBuilderSecurityInfo. builder()Returns a builder used to create an instance of the bean.SecurityInfoBuilderSecurityInfoBuilder. id(SecurityId id)Sets the security identifier.SecurityInfoBuilderSecurityInfoBuilder. priceInfo(SecurityPriceInfo priceInfo)Sets the information about the security price.SecurityInfoBuilderSecurityInfo. toBuilder()Returns a builder populated with the values of this instance.
-