Class StockRetrieveCurrentQuoteResponse
-
- All Implemented Interfaces:
public final class StockRetrieveCurrentQuoteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStockRetrieveCurrentQuoteResponse.BuilderA builder for StockRetrieveCurrentQuoteResponse.
-
Method Summary
Modifier and Type Method Description final DoubleaskPrice()The ask price. final DoubleaskSize()The ask size. final DoublebidPrice()The bid price. final DoublebidSize()The bid size. final StringstockId()ID of the Stockfinal OffsetDateTimetimestamp()When the Stock Quote was generated. final JsonField<Double>_askPrice()Returns the raw JSON value of askPrice. final JsonField<Double>_askSize()Returns the raw JSON value of askSize. final JsonField<Double>_bidPrice()Returns the raw JSON value of bidPrice. final JsonField<Double>_bidSize()Returns the raw JSON value of bidSize. final JsonField<String>_stockId()Returns the raw JSON value of stockId. final JsonField<OffsetDateTime>_timestamp()Returns the raw JSON value of timestamp. final Map<String, JsonValue>_additionalProperties()final StockRetrieveCurrentQuoteResponse.BuildertoBuilder()final StockRetrieveCurrentQuoteResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static StockRetrieveCurrentQuoteResponse.Builderbuilder()Returns a mutable builder for constructing an instance of StockRetrieveCurrentQuoteResponse. -
-
Method Detail
-
timestamp
final OffsetDateTime timestamp()
When the Stock Quote was generated.
-
_askPrice
final JsonField<Double> _askPrice()
Returns the raw JSON value of askPrice.
Unlike askPrice, this method doesn't throw if the JSON field has an unexpected type.
-
_askSize
final JsonField<Double> _askSize()
Returns the raw JSON value of askSize.
Unlike askSize, this method doesn't throw if the JSON field has an unexpected type.
-
_bidPrice
final JsonField<Double> _bidPrice()
Returns the raw JSON value of bidPrice.
Unlike bidPrice, this method doesn't throw if the JSON field has an unexpected type.
-
_bidSize
final JsonField<Double> _bidSize()
Returns the raw JSON value of bidSize.
Unlike bidSize, this method doesn't throw if the JSON field has an unexpected type.
-
_stockId
final JsonField<String> _stockId()
Returns the raw JSON value of stockId.
Unlike stockId, this method doesn't throw if the JSON field has an unexpected type.
-
_timestamp
final JsonField<OffsetDateTime> _timestamp()
Returns the raw JSON value of timestamp.
Unlike timestamp, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final StockRetrieveCurrentQuoteResponse.Builder toBuilder()
-
validate
final StockRetrieveCurrentQuoteResponse validate()
-
builder
final static StockRetrieveCurrentQuoteResponse.Builder builder()
Returns a mutable builder for constructing an instance of StockRetrieveCurrentQuoteResponse.
The following fields are required:
.askPrice() .askSize() .bidPrice() .bidSize() .stockId() .timestamp()
-
-
-
-