SecurityListingSearchResponseDto
data class SecurityListingSearchResponseDto(var securityListings: MutableList<SecurityListingResponseDto>? = null, var page: PageDto? = null)
Overview of the securities list to which the user has access.
Parameters
securityListings
page
Constructors
Link copied to clipboard
constructor(securityListings: MutableList<SecurityListingResponseDto>? = null, page: PageDto? = null)