SecurityListingSearchRequestDto

data class SecurityListingSearchRequestDto(var securityId: String? = null, var stockExchangeId: String? = null)

Search query to list securities to which the user has access.

Parameters

securityId

Unique identifier of the Security

stockExchangeId

Unique identifier of the stock exchange

Constructors

Link copied to clipboard
constructor(securityId: String? = null, stockExchangeId: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 38)
var securityId: String?
Link copied to clipboard
@get:Size(max = 38)
var stockExchangeId: String?