Package com.github.oscerd.finnhub.models
Class MarketStatus
java.lang.Object
com.github.oscerd.finnhub.models.MarketStatus
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class MarketStatus
extends Object
MarketStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanExchange.Holiday event.Market session.getT()Current timestamp.Timezone.inthashCode()isIsOpen()Whether the market is open at the moment.voidsetExchange(String exchange) voidsetHoliday(String holiday) voidvoidsetSession(String session) voidvoidsetTimezone(String timezone) toString()
-
Constructor Details
-
MarketStatus
public MarketStatus()
-
-
Method Details
-
exchange
-
getExchange
Exchange.- Returns:
- exchange
-
setExchange
-
timezone
-
getTimezone
Timezone.- Returns:
- timezone
-
setTimezone
-
session
-
getSession
Market session.- Returns:
- session
-
setSession
-
holiday
-
getHoliday
Holiday event.- Returns:
- holiday
-
setHoliday
-
isOpen
-
isIsOpen
Whether the market is open at the moment.- Returns:
- isOpen
-
setIsOpen
-
t
-
getT
Current timestamp.- Returns:
- t
-
setT
-
equals
-
hashCode
public int hashCode() -
toString
-