SecuritiesSearchRequestDto
data class SecuritiesSearchRequestDto(var isin: String? = null, var securityNumber: String? = null, var name: String? = null, var securityType: String? = null)
Object with the data for an order.
Parameters
isin
ISIN (International Securities Identification Number) or part of an ISIN. ISO-6166.
securityNumber
Security Number (e.g. WKN, VALOR)
name
Name (or part of the name) of the security
securityType
Type of securities. Can be determined via the endpoint /securities/types.