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 SecurityPriceInfoSecurityInfo. getPriceInfo()Gets the information about the security price.static SecurityPriceInfoSecurityPriceInfo. of(double tickSize, CurrencyAmount tickValue)Obtains an instance from the tick size and tick value.static SecurityPriceInfoSecurityPriceInfo. of(double tickSize, CurrencyAmount tickValue, double contractSize)Obtains an instance from the tick size, tick value and contract size.static SecurityPriceInfoSecurityPriceInfo. of(Currency currency, double tradeUnitValue)Obtains an instance from the currency and the value of a single tradeable unit.static SecurityPriceInfoSecurityPriceInfo. 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 thepriceInfoproperty.Methods in com.opengamma.strata.product with parameters of type SecurityPriceInfo Modifier and Type Method Description static SecurityInfoSecurityInfo. of(SecurityId id, SecurityPriceInfo priceInfo)Obtains an instance from the identifier and pricing info.SecurityInfoBuilderSecurityInfoBuilder. 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 SecurityPriceInfoEtdContractSpec. 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 thepriceInfoproperty.Methods in com.opengamma.strata.product.etd with parameters of type SecurityPriceInfo Modifier and Type Method Description EtdContractSpecBuilderEtdContractSpecBuilder. priceInfo(SecurityPriceInfo priceInfo)Sets the information about the security price - currency, tick size, tick value, contract size.
-