StockExchangeOpeningHoursDto

constructor(openingTime: String? = null, lunchTime: String? = null, afternoonOpeningTime: String? = null, closingTime: String? = null)

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.