| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
EtdType |
SplitEtdId.getType()
Gets the type of the contract - future or option.
|
EtdType |
SplitEtdContractSpecId.getType()
Gets the type of the contract - future or option.
|
default EtdType |
EtdTrade.getType()
Gets the type of the contract that was traded.
|
EtdType |
EtdSecurity.getType()
Gets the type of the contract - future or option.
|
default EtdType |
EtdPosition.getType()
Gets the type of the contract - future or option.
|
EtdType |
EtdOptionSecurity.getType() |
EtdType |
EtdFutureSecurity.getType() |
EtdType |
EtdContractSpec.getType()
Gets the type of the contract - future or option.
|
static EtdType |
EtdType.of(String name)
Obtains an instance from the specified name.
|
static EtdType |
EtdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtdType[] |
EtdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<EtdType> |
EtdContractSpec.Meta.type()
The meta-property for the
type property. |
| Modifier and Type | Method and Description |
|---|---|
static EtdContractSpecId |
EtdIdUtils.contractSpecId(EtdType type,
ExchangeId exchangeId,
EtdContractCode contractCode)
Creates an identifier for a contract specification.
|
SplitEtdId.Builder |
SplitEtdId.Builder.type(EtdType type)
Sets the type of the contract - future or option.
|
SplitEtdContractSpecId.Builder |
SplitEtdContractSpecId.Builder.type(EtdType type)
Sets the type of the contract - future or option.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.type(EtdType productType)
Sets the type of the contract specification.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.