StockExchangesAdapter
interface StockExchangesAdapter
This interface provides methods for interacting with stock exchanges.
Functions
Link copied to clipboard
abstract fun fetchStockExchangeById(stockExchangeId: String, acceptLanguage: String): StockExchangeResponseDto
Fetches the stock exchange details by its unique identifier.
Link copied to clipboard
abstract fun searchStockExchanges(searchRequest: StockExchangeSearchRequestDto, acceptLanguage: String, page: Int, size: Int, sorting: List<SortOrder>): StockExchangeSearchResponseDto
Searches for stock exchanges based on the provided search request parameters.