| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
SecurityPriceInfo |
SecurityInfo.getPriceInfo()
Gets the information about the security price.
|
static SecurityPriceInfo |
SecurityPriceInfo.of(Currency currency,
double tradeUnitValue)
Obtains an instance from the currency and the value of a single tradeable unit.
|
static SecurityPriceInfo |
SecurityPriceInfo.of(double tickSize,
CurrencyAmount tickValue)
Obtains an instance from the tick size and tick value.
|
static SecurityPriceInfo |
SecurityPriceInfo.of(double tickSize,
CurrencyAmount tickValue,
double contractSize)
Obtains an instance from the tick size, tick value and contract size.
|
static SecurityPriceInfo |
SecurityPriceInfo.ofCurrencyMinorUnit(Currency currency)
Obtains an instance from the currency.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SecurityPriceInfo> |
SecurityPriceInfo.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends SecurityPriceInfo> |
SecurityPriceInfo.Meta.builder() |
org.joda.beans.MetaProperty<SecurityPriceInfo> |
SecurityInfo.Meta.priceInfo()
The meta-property for the
priceInfo property. |
| Modifier and Type | Method and Description |
|---|---|
static SecurityInfo |
SecurityInfo.of(SecurityId id,
SecurityPriceInfo priceInfo)
Obtains an instance from the identifier and pricing info.
|
SecurityInfoBuilder |
SecurityInfoBuilder.priceInfo(SecurityPriceInfo priceInfo)
Sets the information about the security price.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityPriceInfo |
EtdContractSpec.getPriceInfo()
Gets the information about the security price.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<SecurityPriceInfo> |
EtdContractSpec.Meta.priceInfo()
The meta-property for the
priceInfo property. |
| Modifier and Type | Method and Description |
|---|---|
EtdContractSpecBuilder |
EtdContractSpecBuilder.priceInfo(SecurityPriceInfo priceInfo)
Sets the information about the security price - currency, tick size, tick value, contract size.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.