Uses of Class
com.opengamma.strata.product.etd.EtdContractCode
-
Packages that use EtdContractCode Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdContractCode in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdContractCode Modifier and Type Method Description EtdContractCode
EtdContractSpec. getContractCode()
Gets the code supplied by the exchange for use in clearing and margining, such as in SPAN.EtdContractCode
SplitEtdId. getContractCode()
Gets the code supplied by the exchange for use in clearing and margining, such as in SPAN.static EtdContractCode
EtdContractCode. of(String name)
Obtains an instance from the specified name.Methods in com.opengamma.strata.product.etd that return types with arguments of type EtdContractCode Modifier and Type Method Description org.joda.beans.MetaProperty<EtdContractCode>
EtdContractSpec.Meta. contractCode()
The meta-property for thecontractCode
property.Methods in com.opengamma.strata.product.etd with parameters of type EtdContractCode Modifier and Type Method Description EtdContractSpecBuilder
EtdContractSpecBuilder. contractCode(EtdContractCode contractCode)
Sets the code of the contract specification as given by the exchange in clearing and margining.SplitEtdId.Builder
SplitEtdId.Builder. contractCode(EtdContractCode contractCode)
Sets the code supplied by the exchange for use in clearing and margining, such as in SPAN.static EtdContractSpecId
EtdIdUtils. contractSpecId(EtdType type, ExchangeId exchangeId, EtdContractCode contractCode)
Creates an identifier for a contract specification.static SecurityId
EtdIdUtils. futureId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant)
Creates an identifier for an ETD future instrument.static SecurityId
EtdIdUtils. optionId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant, int version, PutCall putCall, double strikePrice)
Creates an identifier for an ETD option instrument.static SecurityId
EtdIdUtils. optionId(ExchangeId exchangeId, EtdContractCode contractCode, YearMonth expiryMonth, EtdVariant variant, int version, PutCall putCall, double strikePrice, YearMonth underlyingExpiryMonth)
Creates an identifier for an ETD option instrument.
-