public interface StreamAggregatedStatePriceResponseV1OrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAggregatedPriceLst()
aggregated_price_lst is the aggregated price in LST quote token
|
com.google.protobuf.ByteString |
getAggregatedPriceLstBytes()
aggregated_price_lst is the aggregated price in LST quote token
|
java.lang.String |
getAggregatedPriceUsd()
aggregated_price_usd is the aggregated price in USD
|
com.google.protobuf.ByteString |
getAggregatedPriceUsdBytes()
aggregated_price_usd is the aggregated price in USD
|
java.lang.String |
getBase()
base is the base currency of the pair
|
com.google.protobuf.ByteString |
getBaseBytes()
base is the base currency of the pair
|
com.google.protobuf.Timestamp |
getDatetime()
datetime is the timestamp of the datapoint
|
com.google.protobuf.TimestampOrBuilder |
getDatetimeOrBuilder()
datetime is the timestamp of the datapoint
|
java.lang.String |
getLstQuote()
lst_quote is the lst quote currency
|
com.google.protobuf.ByteString |
getLstQuoteBytes()
lst_quote is the lst quote currency
|
com.google.protobuf.Timestamp |
getTsEvent()
ts_event is the timestamp of the event
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
ts_event is the timestamp of the event
|
boolean |
hasDatetime()
datetime is the timestamp of the datapoint
|
boolean |
hasTsEvent()
ts_event is the timestamp of the event
|
boolean hasDatetime()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
com.google.protobuf.Timestamp getDatetime()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
com.google.protobuf.TimestampOrBuilder getDatetimeOrBuilder()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
java.lang.String getBase()
base is the base currency of the pair
string base = 2;
com.google.protobuf.ByteString getBaseBytes()
base is the base currency of the pair
string base = 2;
java.lang.String getAggregatedPriceUsd()
aggregated_price_usd is the aggregated price in USD
string aggregated_price_usd = 3;
com.google.protobuf.ByteString getAggregatedPriceUsdBytes()
aggregated_price_usd is the aggregated price in USD
string aggregated_price_usd = 3;
java.lang.String getAggregatedPriceLst()
aggregated_price_lst is the aggregated price in LST quote token
string aggregated_price_lst = 4;
com.google.protobuf.ByteString getAggregatedPriceLstBytes()
aggregated_price_lst is the aggregated price in LST quote token
string aggregated_price_lst = 4;
boolean hasTsEvent()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
com.google.protobuf.Timestamp getTsEvent()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
java.lang.String getLstQuote()
lst_quote is the lst quote currency
string lst_quote = 6;
com.google.protobuf.ByteString getLstQuoteBytes()
lst_quote is the lst quote currency
string lst_quote = 6;