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.
-
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.
-
_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.
-
_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.
-
_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()
-
-
-
-