Uses of Class
com.opengamma.strata.product.etd.EtdOptionTrade
-
Packages that use EtdOptionTrade Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdOptionTrade in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdOptionTrade Modifier and Type Method Description EtdOptionTrade
EtdOptionTrade.Builder. build()
EtdOptionTrade
EtdOptionSecurity. createTrade(TradeInfo tradeInfo, double quantity, double tradePrice, ReferenceData refData)
static EtdOptionTrade
EtdOptionTrade. of(TradeInfo tradeInfo, EtdOptionSecurity security, double quantity, double price)
Obtains an instance from trade information, security, quantity and price.EtdOptionTrade
EtdOptionTrade. withInfo(PortfolioItemInfo info)
EtdOptionTrade
EtdOptionTrade. withPrice(double price)
EtdOptionTrade
EtdOptionTrade. withQuantity(double quantity)
Methods in com.opengamma.strata.product.etd that return types with arguments of type EtdOptionTrade Modifier and Type Method Description Class<? extends EtdOptionTrade>
EtdOptionTrade.Meta. beanType()
-