public interface EtdTrade extends SecurityQuantityTrade
This represents a trade based on quantity and price for an EtdSecurity.
| Modifier and Type | Method and Description |
|---|---|
default Currency |
getCurrency()
Gets the currency of the trade.
|
EtdSecurity |
getSecurity()
Gets the underlying ETD security.
|
default SecurityId |
getSecurityId()
Gets the security identifier of the trade.
|
default EtdType |
getType()
Gets the type of the contract that was traded.
|
getPrice, withInfo, withPrice, withQuantitygetIdgetQuantitydefault Currency getCurrency()
This is the currency of the underlying security.
default EtdType getType()
This is the type of the underlying security - future or option.
default SecurityId getSecurityId()
This identifier uniquely identifies the security within the system.
getSecurityId in interface SecurityQuantityEtdSecurity getSecurity()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.