StockExchangeSearchRequestDto

data class StockExchangeSearchRequestDto(var code: String? = null)

Request with search parameters for the search for stock exchanges.

Parameters

code

Can be a market identification code (mic), operational market identification code or an acronym. The actual code delivered depends on the backend.

Constructors

Link copied to clipboard
constructor(code: String? = null)

Properties

Link copied to clipboard
@get:Size(min = 2, max = 10)
var code: String?