| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.