searchSecurityListing

abstract fun searchSecurityListing(securityListingSearchRequestDto: SecurityListingSearchRequestDto, page: Int, size: Int, sorting: List<SortOrder>): SecurityListingSearchResponseDto

Searches for security listings based on the provided search criteria.

Return

The search result containing a list of security listings and pagination information.

Parameters

securityListingSearchRequestDto

The object containing the search criteria for security listings.

page

The page number for pagination.

size

The number of results per page.

sorting

The list of sort orders to apply.