Uses of Enum
cdm.base.staticdata.asset.common.PutCallEnum
Packages that use PutCallEnum
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of PutCallEnum in cdm.base.staticdata.asset.common
Fields in cdm.base.staticdata.asset.common declared as PutCallEnumModifier and TypeFieldDescriptionprotected PutCallEnumListedDerivative.ListedDerivativeBuilderImpl.optionTypeMethods in cdm.base.staticdata.asset.common that return PutCallEnumModifier and TypeMethodDescriptionstatic PutCallEnumPutCallEnum.fromDisplayName(String name) ListedDerivative.getOptionType()The type of option, ie Put or Call.ListedDerivative.ListedDerivativeBuilderImpl.getOptionType()ListedDerivative.ListedDerivativeImpl.getOptionType()static PutCallEnumReturns the enum constant of this type with the specified name.static PutCallEnum[]PutCallEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.base.staticdata.asset.common with parameters of type PutCallEnumModifier and TypeMethodDescriptionListedDerivative.ListedDerivativeBuilder.setOptionType(PutCallEnum optionType) ListedDerivative.ListedDerivativeBuilderImpl.setOptionType(PutCallEnum _optionType)