CustodyPositionDetailsDto
constructor(industry: AssetIndustryDto, assetName: String? = null, securitySymbol: String? = null, dividendFrequency: DividendFrequencyEnumDto? = null, descriptionText: String? = null, descriptions: MutableList<String>? = null, securityType: SecurityTypeDto? = null, securityTypeClassL1: SecurityTypeDto? = null, securityTypeClassL2: SecurityTypeDto? = null, intraday: Boolean? = null)
Parameters
industry
assetName
Name of the asset.
securitySymbol
Symbol for a security.
dividendFrequency
descriptionText
Description of the asset or security.
descriptions
Description of the asset/security. This is represented as an array, as different back ends can prepare the data in different ways.
securityType
securityTypeClassL1
securityTypeClassL2
intraday
Specifies whether it is an intraday NRT server (true) or whether the product is loaded via the standard EDL source (false).