SecuritiesAdapter

SecuritiesAdapter is an interface that defines methods to search for securities and security listings, and fetch detailed information about a security and security listing.

See also

Functions

Link copied to clipboard
abstract fun fetchSecurityById(securityId: String, acceptLanguage: String): SecurityResponseDto

Fetches a security by its unique identifier.

Link copied to clipboard

Fetches a security listing by its unique identifier.

Link copied to clipboard
abstract fun searchSecurities(securitiesSearchRequestDto: SecuritiesSearchRequestDto, acceptLanguage: String, page: Int, size: Int, sorting: List<SortOrder>): SecuritySearchResponseDto

Searches for securities based on the provided search criteria.

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

Searches for security listings based on the provided search criteria.