ValueTypeEnumDto
Describes the type of value.
NOMINAL- Type of nominal value is expressed as a decimal value (e.g. monetary value)NOMIMAL_PERCENT- The type of percentage nominal value is expressed as a decimal number and represents a percentage.PIECE- The piece refers to the physical nature of securities (e.g. certificate securities), the value here is an integer.HOLDING- Type of holding value refers to debt or equity and represents the dividend as a decimal number. Values: NOMINAL,NOMIMAL_PERCENT,PIECE,HOLDING
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.