Uses of Interface
com.opengamma.strata.product.ResolvableSecurityTrade
-
Packages that use ResolvableSecurityTrade 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 ResolvableSecurityTrade in com.opengamma.strata.product
Classes in com.opengamma.strata.product that implement ResolvableSecurityTrade Modifier and Type Class Description class
SecurityTrade
A trade representing the purchase or sale of a security, where the security is referenced by identifier.Methods in com.opengamma.strata.product that return ResolvableSecurityTrade Modifier and Type Method Description ResolvableSecurityTrade
ResolvableSecurityTrade. withInfo(PortfolioItemInfo info)
Returns an instance with the specified info.ResolvableSecurityTrade
ResolvableSecurityTrade. withPrice(double price)
Returns an instance with the specified price.ResolvableSecurityTrade
ResolvableSecurityTrade. withQuantity(double quantity)
Returns an instance with the specified quantity. -
Uses of ResolvableSecurityTrade in com.opengamma.strata.product.etd
Classes in com.opengamma.strata.product.etd that implement ResolvableSecurityTrade Modifier and Type Class Description class
EtdFutureTrade
A trade representing an ETD future.class
EtdOptionTrade
A trade representing an ETD option.
-