AssetGroupDto
data class AssetGroupDto(var amount: AmountDto, var items: MutableList<AssetGroupItemDto>, var groupType: AssetGroupEnumDto? = null, var dateTimeValuation: OffsetDateTime? = null)
Information about the entire Asset Group.
Parameters
amount
items
groupType
dateTimeValuation
Datetime of the valuation. Defined in RFC 3339 format.
Constructors
Link copied to clipboard
constructor(amount: AmountDto, items: MutableList<AssetGroupItemDto>, groupType: AssetGroupEnumDto? = null, dateTimeValuation: OffsetDateTime? = null)