toggle menu
UFC - Unified Finance Client
0.5.0
jvm
switch theme
search in API
UFC - Unified Finance Client
/
com.ulalax.ufc.domain.model.market
/
TradingHours
Trading
Hours
data
class
TradingHours
(
val
start
:
Instant
,
val
end
:
Instant
)
(
source
)
거래 시간
특정 거래 세션의 시작과 종료 시각을 나타냅니다. 프리마켓, 정규장, 애프터마켓 등에 사용됩니다.
Members
Constructors
Trading
Hours
Link copied to clipboard
constructor
(
start
:
Instant
,
end
:
Instant
)
Properties
end
Link copied to clipboard
val
end
:
Instant
종료 시각
start
Link copied to clipboard
val
start
:
Instant
시작 시각