CustodyTransactionDetailsDto

data class CustodyTransactionDetailsDto(var text: String? = null, var textType: TextTypeEnumDto? = null, var securityType: SecurityTypeDto? = null, var securityTypeClassL1: SecurityTypeDto? = null, var securityTypeClassL2: SecurityTypeDto? = null)

Details of the transaction.

Parameters

text

Detailed description text for the transaction.

textType
securityType
securityTypeClassL1
securityTypeClassL2

Constructors

Link copied to clipboard
constructor(text: String? = null, textType: TextTypeEnumDto? = null, securityType: SecurityTypeDto? = null, securityTypeClassL1: SecurityTypeDto? = null, securityTypeClassL2: SecurityTypeDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@get:Size(max = 8196)
var text: String?
Link copied to clipboard