public interface StreamMarketUpdateResponseV1OrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalProperties()
Deprecated.
|
int |
getAdditionalPropertiesCount()
Additionnal properties, specific to the exchange.
|
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalPropertiesMap()
Additionnal properties, specific to the exchange.
|
java.lang.String |
getAdditionalPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
Additionnal properties, specific to the exchange.
|
java.lang.String |
getAdditionalPropertiesOrThrow(java.lang.String key)
Additionnal properties, specific to the exchange.
|
double |
getAmount()
Amount / quantity of asset bought or sold, displayed in base currency.
|
java.lang.String |
getClass_()
Instrument class, internal Kaiko classification denoting whether an instrument is a spot, future, perpetual future, or option.
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class, internal Kaiko classification denoting whether an instrument is a spot, future, perpetual future, or option.
|
java.lang.String |
getCode()
Instrument code (currency pair), for example btc-usd.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code (currency pair), for example btc-usd.
|
StreamMarketUpdateCommodity |
getCommodity()
Kind of commodity concerned by the market update.
|
int |
getCommodityValue()
Kind of commodity concerned by the market update.
|
java.lang.String |
getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
|
java.lang.String |
getId()
ID from exchange (trades only), empty string when not present.
|
com.google.protobuf.ByteString |
getIdBytes()
ID from exchange (trades only), empty string when not present.
|
double |
getPrice()
Price for quote currency.
|
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
StreamMarketUpdateResponseV1.Snapshot |
getSnapshot()
Snapshot for this update.
|
StreamMarketUpdateResponseV1.SnapshotOrBuilder |
getSnapshotOrBuilder()
Snapshot for this update.
|
TimestampValue |
getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
TimestampValueOrBuilder |
getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
|
TimestampValue |
getTsExchange()
Timestamp of the event as provided by the exchange.
|
TimestampValueOrBuilder |
getTsExchangeOrBuilder()
Timestamp of the event as provided by the exchange.
|
StreamMarketUpdateResponseV1.StreamMarketUpdateType |
getUpdateType()
Event category for this update.
|
int |
getUpdateTypeValue()
Event category for this update.
|
boolean |
hasSnapshot()
Snapshot for this update.
|
boolean |
hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
boolean |
hasTsExchange()
Timestamp of the event as provided by the exchange.
|
int getCommodityValue()
Kind of commodity concerned by the market update.
.kaikosdk.StreamMarketUpdateCommodity commodity = 1;
StreamMarketUpdateCommodity getCommodity()
Kind of commodity concerned by the market update.
.kaikosdk.StreamMarketUpdateCommodity commodity = 1;
double getAmount()
Amount / quantity of asset bought or sold, displayed in base currency.
double amount = 2;
java.lang.String getClass_()
Instrument class, internal Kaiko classification denoting whether an instrument is a spot, future, perpetual future, or option.
string class = 3;
com.google.protobuf.ByteString getClass_Bytes()
Instrument class, internal Kaiko classification denoting whether an instrument is a spot, future, perpetual future, or option.
string class = 3;
java.lang.String getCode()
Instrument code (currency pair), for example btc-usd.
string code = 4;
com.google.protobuf.ByteString getCodeBytes()
Instrument code (currency pair), for example btc-usd.
string code = 4;
java.lang.String getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 5;
com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 5;
java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 6;
com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 6;
java.lang.String getId()
ID from exchange (trades only), empty string when not present.
string id = 7;
com.google.protobuf.ByteString getIdBytes()
ID from exchange (trades only), empty string when not present.
string id = 7;
double getPrice()
Price for quote currency.
double price = 8;
boolean hasTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 9;
TimestampValue getTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 9;
TimestampValueOrBuilder getTsExchangeOrBuilder()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 9;
boolean hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 10;
TimestampValue getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 10;
TimestampValueOrBuilder getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 10;
boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 11;
com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 11;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 11;
int getUpdateTypeValue()
Event category for this update.
.kaikosdk.StreamMarketUpdateResponseV1.StreamMarketUpdateType update_type = 12;
StreamMarketUpdateResponseV1.StreamMarketUpdateType getUpdateType()
Event category for this update.
.kaikosdk.StreamMarketUpdateResponseV1.StreamMarketUpdateType update_type = 12;
boolean hasSnapshot()
Snapshot for this update.
.kaikosdk.StreamMarketUpdateResponseV1.Snapshot snapshot = 13;
StreamMarketUpdateResponseV1.Snapshot getSnapshot()
Snapshot for this update.
.kaikosdk.StreamMarketUpdateResponseV1.Snapshot snapshot = 13;
StreamMarketUpdateResponseV1.SnapshotOrBuilder getSnapshotOrBuilder()
Snapshot for this update.
.kaikosdk.StreamMarketUpdateResponseV1.Snapshot snapshot = 13;
int getAdditionalPropertiesCount()
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 14;
boolean containsAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 14;
@Deprecated java.util.Map<java.lang.String,java.lang.String> getAdditionalProperties()
getAdditionalPropertiesMap()
instead.java.util.Map<java.lang.String,java.lang.String> getAdditionalPropertiesMap()
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 14;
java.lang.String getAdditionalPropertiesOrDefault(java.lang.String key, java.lang.String defaultValue)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 14;
java.lang.String getAdditionalPropertiesOrThrow(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 14;