Class MarketDataRetrieveMarketHoursResponse
-
- All Implemented Interfaces:
public final class MarketDataRetrieveMarketHoursResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMarketDataRetrieveMarketHoursResponse.BuilderA builder for MarketDataRetrieveMarketHoursResponse.
-
Method Summary
-
-
Method Detail
-
isMarketOpen
final Boolean isMarketOpen()
Whether or not the market is open
-
nextSessionCloseDt
final OffsetDateTime nextSessionCloseDt()
Datetime at which the next session closes. ISO 8601 timestamp.
-
nextSessionOpenDt
final OffsetDateTime nextSessionOpenDt()
Datetime at which the next session opens. ISO 8601 timestamp.
-
currentSessionAfterHoursCloseTimeDt
final Optional<OffsetDateTime> currentSessionAfterHoursCloseTimeDt()
Time at which the current session after-hours end.
-
currentSessionCloseDt
final Optional<OffsetDateTime> currentSessionCloseDt()
Datetime at which the current session closes.
nullif the market is currently closed. ISO 8601 timestamp.
-
currentSessionOpenDt
final Optional<OffsetDateTime> currentSessionOpenDt()
Datetime at which the current session opened.
nullif the market is currently closed. ISO 8601 timestamp.
-
currentSessionOvernightOpenTimeDt
final Optional<OffsetDateTime> currentSessionOvernightOpenTimeDt()
Time at which the current session overnight starts.
-
currentSessionPreMarketOpenTimeDt
final Optional<OffsetDateTime> currentSessionPreMarketOpenTimeDt()
Time at which the current session pre-market hours start.
-
nextSessionAfterHoursCloseTimeDt
final Optional<OffsetDateTime> nextSessionAfterHoursCloseTimeDt()
Time at which the next session after-hours end.
-
nextSessionOvernightOpenTimeDt
final Optional<OffsetDateTime> nextSessionOvernightOpenTimeDt()
Time at which the next session overnight starts.
-
nextSessionPreMarketOpenTimeDt
final Optional<OffsetDateTime> nextSessionPreMarketOpenTimeDt()
Time at which the next session pre-market hours start.
-
_isMarketOpen
final JsonField<Boolean> _isMarketOpen()
Returns the raw JSON value of isMarketOpen.
Unlike isMarketOpen, this method doesn't throw if the JSON field has an unexpected type.
-
_nextSessionCloseDt
final JsonField<OffsetDateTime> _nextSessionCloseDt()
Returns the raw JSON value of nextSessionCloseDt.
Unlike nextSessionCloseDt, this method doesn't throw if the JSON field has an unexpected type.
-
_nextSessionOpenDt
final JsonField<OffsetDateTime> _nextSessionOpenDt()
Returns the raw JSON value of nextSessionOpenDt.
Unlike nextSessionOpenDt, this method doesn't throw if the JSON field has an unexpected type.
-
_currentSessionAfterHoursCloseTimeDt
final JsonField<OffsetDateTime> _currentSessionAfterHoursCloseTimeDt()
Returns the raw JSON value of currentSessionAfterHoursCloseTimeDt.
Unlike currentSessionAfterHoursCloseTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_currentSessionCloseDt
final JsonField<OffsetDateTime> _currentSessionCloseDt()
Returns the raw JSON value of currentSessionCloseDt.
Unlike currentSessionCloseDt, this method doesn't throw if the JSON field has an unexpected type.
-
_currentSessionOpenDt
final JsonField<OffsetDateTime> _currentSessionOpenDt()
Returns the raw JSON value of currentSessionOpenDt.
Unlike currentSessionOpenDt, this method doesn't throw if the JSON field has an unexpected type.
-
_currentSessionOvernightOpenTimeDt
final JsonField<OffsetDateTime> _currentSessionOvernightOpenTimeDt()
Returns the raw JSON value of currentSessionOvernightOpenTimeDt.
Unlike currentSessionOvernightOpenTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_currentSessionPreMarketOpenTimeDt
final JsonField<OffsetDateTime> _currentSessionPreMarketOpenTimeDt()
Returns the raw JSON value of currentSessionPreMarketOpenTimeDt.
Unlike currentSessionPreMarketOpenTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_nextSessionAfterHoursCloseTimeDt
final JsonField<OffsetDateTime> _nextSessionAfterHoursCloseTimeDt()
Returns the raw JSON value of nextSessionAfterHoursCloseTimeDt.
Unlike nextSessionAfterHoursCloseTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_nextSessionOvernightOpenTimeDt
final JsonField<OffsetDateTime> _nextSessionOvernightOpenTimeDt()
Returns the raw JSON value of nextSessionOvernightOpenTimeDt.
Unlike nextSessionOvernightOpenTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_nextSessionPreMarketOpenTimeDt
final JsonField<OffsetDateTime> _nextSessionPreMarketOpenTimeDt()
Returns the raw JSON value of nextSessionPreMarketOpenTimeDt.
Unlike nextSessionPreMarketOpenTimeDt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MarketDataRetrieveMarketHoursResponse.Builder toBuilder()
-
validate
final MarketDataRetrieveMarketHoursResponse validate()
-
builder
final static MarketDataRetrieveMarketHoursResponse.Builder builder()
Returns a mutable builder for constructing an instance of MarketDataRetrieveMarketHoursResponse.
The following fields are required:
.isMarketOpen() .nextSessionCloseDt() .nextSessionOpenDt()
-
-
-
-