| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
EtdExpiryType |
EtdVariant.getType()
Gets the type of ETD - Monthly, Weekly or Daily.
|
static EtdExpiryType |
EtdExpiryType.of(String name)
Obtains an instance from the specified name.
|
static EtdExpiryType |
EtdExpiryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtdExpiryType[] |
EtdExpiryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.