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> SecurityInfoBuilder
SecurityInfoBuilder. addAttribute(AttributeType<T> attributeType, T attributeValue)
Adds a security attribute to the map of attributes.static SecurityInfoBuilder
SecurityInfo. builder()
Returns a builder used to create an instance of the bean.SecurityInfoBuilder
SecurityInfoBuilder. id(SecurityId id)
Sets the security identifier.SecurityInfoBuilder
SecurityInfoBuilder. priceInfo(SecurityPriceInfo priceInfo)
Sets the information about the security price.SecurityInfoBuilder
SecurityInfo. toBuilder()
Returns a builder populated with the values of this instance.
-