SecurityValueDto

data class SecurityValueDto(var value: BigDecimal? = null, var valueType: ValueTypeEnumDto? = null)

Value of a security with the corresponding unit.

Parameters

`value` Value of the security. Only applies in conjunction with the valueType field.

valueType

Constructors

Link copied to clipboard
constructor(value: BigDecimal? = null, valueType: ValueTypeEnumDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard