public interface StreamOrderBookL2ResponseV1OrBuilder
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.
|
Order |
getAsks(int index)
Asks is the list of asks of the orderbook.
|
int |
getAsksCount()
Asks is the list of asks of the orderbook.
|
java.util.List<Order> |
getAsksList()
Asks is the list of asks of the orderbook.
|
OrderOrBuilder |
getAsksOrBuilder(int index)
Asks is the list of asks of the orderbook.
|
java.util.List<? extends OrderOrBuilder> |
getAsksOrBuilderList()
Asks is the list of asks of the orderbook.
|
Order |
getBids(int index)
Bids is the list of bids of the orderbook.
|
int |
getBidsCount()
Bids is the list of bids of the orderbook.
|
java.util.List<Order> |
getBidsList()
Bids is the list of bids of the orderbook.
|
OrderOrBuilder |
getBidsOrBuilder(int index)
Bids is the list of bids of the orderbook.
|
java.util.List<? extends OrderOrBuilder> |
getBidsOrBuilderList()
Bids is the list of bids of the orderbook.
|
java.lang.String |
getClass_()
Instrument class, for example "spot".
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class, for example "spot".
|
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.
|
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 |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
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.
|
StreamOrderBookL2UpdateType |
getUpdateType()
Event type.
|
int |
getUpdateTypeValue()
Event type.
|
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.
|
java.lang.String getClass_()
Instrument class, for example "spot".
string class = 1;
com.google.protobuf.ByteString getClass_Bytes()
Instrument class, for example "spot".
string class = 1;
java.lang.String getCode()
Instrument code (currency pair), for example btc-usd.
string code = 2;
com.google.protobuf.ByteString getCodeBytes()
Instrument code (currency pair), for example btc-usd.
string code = 2;
java.lang.String getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
int getUpdateTypeValue()
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
StreamOrderBookL2UpdateType getUpdateType()
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
java.util.List<Order> getAsksList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
Order getAsks(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
int getAsksCount()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
java.util.List<? extends OrderOrBuilder> getAsksOrBuilderList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
OrderOrBuilder getAsksOrBuilder(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
java.util.List<Order> getBidsList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
Order getBids(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
int getBidsCount()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
java.util.List<? extends OrderOrBuilder> getBidsOrBuilderList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
OrderOrBuilder getBidsOrBuilder(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
boolean hasTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
TimestampValue getTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
TimestampValueOrBuilder getTsExchangeOrBuilder()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
boolean hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
TimestampValue getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
TimestampValueOrBuilder getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
int getAdditionalPropertiesCount()
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
boolean containsAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
@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 = 11;
java.lang.String getAdditionalPropertiesOrDefault(java.lang.String key, java.lang.String defaultValue)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
java.lang.String getAdditionalPropertiesOrThrow(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;