SecuritySearchResponseDto
data class SecuritySearchResponseDto(var securities: MutableList<SecurityResponseDto>, var page: PageDto)
Object containing the result of the search for securities.
Parameters
securities
page
Object containing the result of the search for securities.