Uses of Class
com.opengamma.strata.product.etd.EtdContractSpecId
-
Packages that use EtdContractSpecId Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdContractSpecId in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdContractSpecId Modifier and Type Method Description static EtdContractSpecId
EtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)
Creates an identifier for a contract specification.EtdContractSpecId
EtdFutureSecurity. getContractSpecId()
Gets the ID of the contract specification from which this security is derived.EtdContractSpecId
EtdOptionSecurity. getContractSpecId()
Gets the ID of the contract specification from which this security is derived.EtdContractSpecId
EtdSecurity. getContractSpecId()
Gets the ID of the contract specification from which this security is derived.EtdContractSpecId
EtdContractSpec. getId()
Gets the ID of this contract specification.static EtdContractSpecId
EtdContractSpecId. of(StandardId standardId)
Creates an instance from a standard two-part identifier.static EtdContractSpecId
EtdContractSpecId. of(String scheme, String value)
Obtains an instance from a scheme and value.static EtdContractSpecId
EtdContractSpecId. parse(String str)
Parses anStandardId
from a formatted scheme and value.Methods in com.opengamma.strata.product.etd that return types with arguments of type EtdContractSpecId Modifier and Type Method Description org.joda.beans.MetaProperty<EtdContractSpecId>
EtdFutureSecurity.Meta. contractSpecId()
The meta-property for thecontractSpecId
property.org.joda.beans.MetaProperty<EtdContractSpecId>
EtdOptionSecurity.Meta. contractSpecId()
The meta-property for thecontractSpecId
property.org.joda.beans.MetaProperty<EtdContractSpecId>
EtdContractSpec.Meta. id()
The meta-property for theid
property.Methods in com.opengamma.strata.product.etd with parameters of type EtdContractSpecId Modifier and Type Method Description EtdFutureSecurity.Builder
EtdFutureSecurity.Builder. contractSpecId(EtdContractSpecId contractSpecId)
Sets the ID of the contract specification from which this security is derived.EtdOptionSecurity.Builder
EtdOptionSecurity.Builder. contractSpecId(EtdContractSpecId contractSpecId)
Sets the ID of the contract specification from which this security is derived.EtdContractSpecBuilder
EtdContractSpecBuilder. id(EtdContractSpecId id)
Sets the ID of the contract specification.
-