Class MarketDataRetrieveMarketHoursResponse.Builder
-
- All Implemented Interfaces:
public final class MarketDataRetrieveMarketHoursResponse.BuilderA builder for MarketDataRetrieveMarketHoursResponse.
-
-
Method Summary
-
-
Method Detail
-
isMarketOpen
final MarketDataRetrieveMarketHoursResponse.Builder isMarketOpen(Boolean isMarketOpen)
Whether or not the market is open
-
isMarketOpen
final MarketDataRetrieveMarketHoursResponse.Builder isMarketOpen(JsonField<Boolean> isMarketOpen)
Sets Builder.isMarketOpen to an arbitrary JSON value.
You should usually call Builder.isMarketOpen with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
nextSessionCloseDt
final MarketDataRetrieveMarketHoursResponse.Builder nextSessionCloseDt(OffsetDateTime nextSessionCloseDt)
Datetime at which the next session closes. ISO 8601 timestamp.
-
nextSessionCloseDt
final MarketDataRetrieveMarketHoursResponse.Builder nextSessionCloseDt(JsonField<OffsetDateTime> nextSessionCloseDt)
Sets Builder.nextSessionCloseDt to an arbitrary JSON value.
You should usually call Builder.nextSessionCloseDt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
nextSessionOpenDt
final MarketDataRetrieveMarketHoursResponse.Builder nextSessionOpenDt(OffsetDateTime nextSessionOpenDt)
Datetime at which the next session opens. ISO 8601 timestamp.
-
nextSessionOpenDt
final MarketDataRetrieveMarketHoursResponse.Builder nextSessionOpenDt(JsonField<OffsetDateTime> nextSessionOpenDt)
Sets Builder.nextSessionOpenDt to an arbitrary JSON value.
You should usually call Builder.nextSessionOpenDt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
currentSessionCloseDt
final MarketDataRetrieveMarketHoursResponse.Builder currentSessionCloseDt(OffsetDateTime currentSessionCloseDt)
Datetime at which the current session closes.
nullif the market is currently closed. ISO 8601 timestamp.
-
currentSessionCloseDt
final MarketDataRetrieveMarketHoursResponse.Builder currentSessionCloseDt(JsonField<OffsetDateTime> currentSessionCloseDt)
Sets Builder.currentSessionCloseDt to an arbitrary JSON value.
You should usually call Builder.currentSessionCloseDt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
currentSessionOpenDt
final MarketDataRetrieveMarketHoursResponse.Builder currentSessionOpenDt(OffsetDateTime currentSessionOpenDt)
Datetime at which the current session opened.
nullif the market is currently closed. ISO 8601 timestamp.
-
currentSessionOpenDt
final MarketDataRetrieveMarketHoursResponse.Builder currentSessionOpenDt(JsonField<OffsetDateTime> currentSessionOpenDt)
Sets Builder.currentSessionOpenDt to an arbitrary JSON value.
You should usually call Builder.currentSessionOpenDt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final MarketDataRetrieveMarketHoursResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MarketDataRetrieveMarketHoursResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MarketDataRetrieveMarketHoursResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MarketDataRetrieveMarketHoursResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MarketDataRetrieveMarketHoursResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MarketDataRetrieveMarketHoursResponse build()
Returns an immutable instance of MarketDataRetrieveMarketHoursResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.isMarketOpen() .nextSessionCloseDt() .nextSessionOpenDt()
-
-
-
-