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 EtdContractSpecIdEtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)Creates an identifier for a contract specification.EtdContractSpecIdEtdFutureSecurity. getContractSpecId()Gets the ID of the contract specification from which this security is derived.EtdContractSpecIdEtdOptionSecurity. getContractSpecId()Gets the ID of the contract specification from which this security is derived.EtdContractSpecIdEtdSecurity. getContractSpecId()Gets the ID of the contract specification from which this security is derived.EtdContractSpecIdEtdContractSpec. getId()Gets the ID of this contract specification.static EtdContractSpecIdEtdContractSpecId. of(StandardId standardId)Creates an instance from a standard two-part identifier.static EtdContractSpecIdEtdContractSpecId. of(String scheme, String value)Obtains an instance from a scheme and value.static EtdContractSpecIdEtdContractSpecId. parse(String str)Parses anStandardIdfrom 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 thecontractSpecIdproperty.org.joda.beans.MetaProperty<EtdContractSpecId>EtdOptionSecurity.Meta. contractSpecId()The meta-property for thecontractSpecIdproperty.org.joda.beans.MetaProperty<EtdContractSpecId>EtdContractSpec.Meta. id()The meta-property for theidproperty.Methods in com.opengamma.strata.product.etd with parameters of type EtdContractSpecId Modifier and Type Method Description EtdFutureSecurity.BuilderEtdFutureSecurity.Builder. contractSpecId(EtdContractSpecId contractSpecId)Sets the ID of the contract specification from which this security is derived.EtdOptionSecurity.BuilderEtdOptionSecurity.Builder. contractSpecId(EtdContractSpecId contractSpecId)Sets the ID of the contract specification from which this security is derived.EtdContractSpecBuilderEtdContractSpecBuilder. id(EtdContractSpecId id)Sets the ID of the contract specification.
-