Uses of Class
com.opengamma.strata.product.TradedPrice
-
Packages that use TradedPrice Package Description com.opengamma.strata.product Entity objects describing trades and products in financial markets.com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.dsf Entity objects describing Deliverable Swap Futures (DSFs).com.opengamma.strata.product.index Entity objects describing contracts based on rate indices. -
-
Uses of TradedPrice in com.opengamma.strata.product
Methods in com.opengamma.strata.product that return TradedPrice Modifier and Type Method Description static TradedPriceTradedPrice. of(LocalDate tradeDate, double price)Obtains an instance from the trade date and price.Methods in com.opengamma.strata.product that return types with arguments of type TradedPrice Modifier and Type Method Description static org.joda.beans.TypedMetaBean<TradedPrice>TradedPrice. meta()The meta-bean forTradedPrice.org.joda.beans.TypedMetaBean<TradedPrice>TradedPrice. metaBean() -
Uses of TradedPrice in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return types with arguments of type TradedPrice Modifier and Type Method Description Optional<TradedPrice>ResolvedBondFutureOptionTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.Optional<TradedPrice>ResolvedBondFutureTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.org.joda.beans.MetaProperty<TradedPrice>ResolvedBondFutureOptionTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.org.joda.beans.MetaProperty<TradedPrice>ResolvedBondFutureTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.Methods in com.opengamma.strata.product.bond with parameters of type TradedPrice Modifier and Type Method Description ResolvedBondFutureOptionTrade.BuilderResolvedBondFutureOptionTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional.ResolvedBondFutureTrade.BuilderResolvedBondFutureTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional. -
Uses of TradedPrice in com.opengamma.strata.product.dsf
Methods in com.opengamma.strata.product.dsf that return types with arguments of type TradedPrice Modifier and Type Method Description Optional<TradedPrice>ResolvedDsfTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.org.joda.beans.MetaProperty<TradedPrice>ResolvedDsfTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.Methods in com.opengamma.strata.product.dsf with parameters of type TradedPrice Modifier and Type Method Description ResolvedDsfTrade.BuilderResolvedDsfTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional. -
Uses of TradedPrice in com.opengamma.strata.product.index
Methods in com.opengamma.strata.product.index that return types with arguments of type TradedPrice Modifier and Type Method Description Optional<TradedPrice>ResolvedIborFutureOptionTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.Optional<TradedPrice>ResolvedIborFutureTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.Optional<TradedPrice>ResolvedOvernightFutureTrade. getTradedPrice()Gets the price that was traded, together with the trade date, optional.org.joda.beans.MetaProperty<TradedPrice>ResolvedIborFutureOptionTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.org.joda.beans.MetaProperty<TradedPrice>ResolvedIborFutureTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.org.joda.beans.MetaProperty<TradedPrice>ResolvedOvernightFutureTrade.Meta. tradedPrice()The meta-property for thetradedPriceproperty.Methods in com.opengamma.strata.product.index with parameters of type TradedPrice Modifier and Type Method Description ResolvedIborFutureOptionTrade.BuilderResolvedIborFutureOptionTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional.ResolvedIborFutureTrade.BuilderResolvedIborFutureTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional.ResolvedOvernightFutureTrade.BuilderResolvedOvernightFutureTrade.Builder. tradedPrice(TradedPrice tradedPrice)Sets the price that was traded, together with the trade date, optional.
-