Uses of Class
com.opengamma.strata.product.etd.EtdExpiryType
-
Packages that use EtdExpiryType Package Description com.opengamma.strata.product.etd Entity objects describing Exchange Traded Derivatives (ETDs). -
-
Uses of EtdExpiryType in com.opengamma.strata.product.etd
Methods in com.opengamma.strata.product.etd that return EtdExpiryType Modifier and Type Method 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.
-