StockExchangeOpeningHoursDto
data class StockExchangeOpeningHoursDto(var openingTime: String? = null, var lunchTime: String? = null, var afternoonOpeningTime: String? = null, var closingTime: String? = null)
Opening hours of the stock exchange.
Parameters
openingTime
Time when the stock exchange opens. *Is displayed in 24 hour format HH:MM.
lunchTime
Time when the stock exchange closes for lunch time. *Is displayed in 24 hour format HH:MM.
afternoonOpeningTime
Time when the stock exchange opens in the afternoon. *Is displayed in 24 hour format HH:MM.
closingTime
Time when the stock exchange closes in the afternoon. *Is displayed in 24 hour format HH:MM.