Uses of Class
com.opengamma.strata.product.SecurityPriceInfo
-
Packages that use SecurityPriceInfo 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). -
-
Uses of SecurityPriceInfo in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return SecurityPriceInfo Modifier and Type Method Description SecurityPriceInfo
SecurityInfo. getPriceInfo()
Gets the information about the security price.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. of(Currency currency, double tradeUnitValue)
Obtains an instance from the currency and the value of a single tradeable unit.static SecurityPriceInfo
SecurityPriceInfo. ofCurrencyMinorUnit(Currency currency)
Obtains an instance from the currency.Methods in com.opengamma.strata.product that return types with arguments of type SecurityPriceInfo Modifier and Type Method 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 thepriceInfo
property.Methods in com.opengamma.strata.product with parameters of type SecurityPriceInfo Modifier and Type Method 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. -
Uses of SecurityPriceInfo in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return SecurityPriceInfo Modifier and Type Method Description SecurityPriceInfo
EtdContractSpec. getPriceInfo()
Gets the information about the security price.Methods in com.opengamma.strata.product.etd that return types with arguments of type SecurityPriceInfo Modifier and Type Method Description org.joda.beans.MetaProperty<SecurityPriceInfo>
EtdContractSpec.Meta. priceInfo()
The meta-property for thepriceInfo
property.Methods in com.opengamma.strata.product.etd with parameters of type SecurityPriceInfo Modifier and Type Method Description EtdContractSpecBuilder
EtdContractSpecBuilder. priceInfo(SecurityPriceInfo priceInfo)
Sets the information about the security price - currency, tick size, tick value, contract size.
-