StockExchangeSearchResponseDto

data class StockExchangeSearchResponseDto(var page: PageDto, var stockexchanges: MutableList<StockExchangeResponseDto>? = null)

Request with search parameters for the search for stock exchanges.

Parameters

page
stockexchanges

Constructors

Link copied to clipboard
constructor(page: PageDto, stockexchanges: MutableList<StockExchangeResponseDto>? = null)

Properties

Link copied to clipboard
@Valid
var page: PageDto
Link copied to clipboard