Uses of Enum
cdm.observable.asset.CashPriceTypeEnum
Packages that use CashPriceTypeEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CashPriceTypeEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as CashPriceTypeEnumModifier and TypeFieldDescriptionprotected CashPriceTypeEnumCashPrice.CashPriceBuilderImpl.cashPriceTypeMethods in cdm.observable.asset that return CashPriceTypeEnumModifier and TypeMethodDescriptionstatic CashPriceTypeEnumCashPriceTypeEnum.fromDisplayName(String name) CashPrice.CashPriceBuilderImpl.getCashPriceType()CashPrice.CashPriceImpl.getCashPriceType()CashPrice.getCashPriceType()Specifies the type of Cash Price.static CashPriceTypeEnumReturns the enum constant of this type with the specified name.static CashPriceTypeEnum[]CashPriceTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.observable.asset with parameters of type CashPriceTypeEnumModifier and TypeMethodDescriptionCashPrice.CashPriceBuilder.setCashPriceType(CashPriceTypeEnum cashPriceType) CashPrice.CashPriceBuilderImpl.setCashPriceType(CashPriceTypeEnum _cashPriceType)