public interface ProductTrade extends Trade
| Modifier and Type | Method and Description |
|---|---|
Product |
getProduct()
Gets the underlying product that was agreed when the trade occurred.
|
ProductTrade |
withInfo(PortfolioItemInfo info)
Returns an instance with the specified info.
|
getIdProduct getProduct()
The product captures the contracted financial details of the trade.
ProductTrade withInfo(PortfolioItemInfo info)
withInfo in interface PortfolioItemwithInfo in interface Tradeinfo - the new infoCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.