public static final class StreamOrderBookL2ResponseV1.Builder extends <any> implements StreamOrderBookL2ResponseV1OrBuilder
StreamOrderBookL2ResponseV1 is the response of a Level 2 order book event.Protobuf type
kaikosdk.StreamOrderBookL2ResponseV1
Modifier and Type | Method and Description |
---|---|
StreamOrderBookL2ResponseV1.Builder |
addAllAsks(java.lang.Iterable<? extends Order> values)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addAllBids(java.lang.Iterable<? extends Order> values)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addAsks(int index,
Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addAsks(int index,
Order value)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addAsks(Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addAsks(Order value)
Asks is the list of asks of the orderbook.
|
Order.Builder |
addAsksBuilder()
Asks is the list of asks of the orderbook.
|
Order.Builder |
addAsksBuilder(int index)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addBids(int index,
Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addBids(int index,
Order value)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addBids(Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addBids(Order value)
Bids is the list of bids of the orderbook.
|
Order.Builder |
addBidsBuilder()
Bids is the list of bids of the orderbook.
|
Order.Builder |
addBidsBuilder(int index)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamOrderBookL2ResponseV1 |
build() |
StreamOrderBookL2ResponseV1 |
buildPartial() |
StreamOrderBookL2ResponseV1.Builder |
clear() |
StreamOrderBookL2ResponseV1.Builder |
clearAdditionalProperties() |
StreamOrderBookL2ResponseV1.Builder |
clearAsks()
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
clearBids()
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
clearClass_()
Instrument class, for example "spot".
|
StreamOrderBookL2ResponseV1.Builder |
clearCode()
Instrument code (currency pair), for example btc-usd.
|
StreamOrderBookL2ResponseV1.Builder |
clearExchange()
Instrument exchange code, for example "cbse" (Coinbase).
|
StreamOrderBookL2ResponseV1.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamOrderBookL2ResponseV1.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamOrderBookL2ResponseV1.Builder |
clearSequenceId()
Sequence ID for event.
|
StreamOrderBookL2ResponseV1.Builder |
clearTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
StreamOrderBookL2ResponseV1.Builder |
clearTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
StreamOrderBookL2ResponseV1.Builder |
clearTsExchange()
Timestamp of the event as provided by the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
clearUpdateType()
Event type.
|
StreamOrderBookL2ResponseV1.Builder |
clone() |
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.
|
Order.Builder |
getAsksBuilder(int index)
Asks is the list of asks of the orderbook.
|
java.util.List<Order.Builder> |
getAsksBuilderList()
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.
|
Order.Builder |
getBidsBuilder(int index)
Bids is the list of bids of the orderbook.
|
java.util.List<Order.Builder> |
getBidsBuilderList()
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.
|
StreamOrderBookL2ResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
|
java.util.Map<java.lang.String,java.lang.String> |
getMutableAdditionalProperties()
Deprecated.
|
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.
|
TimestampValue.Builder |
getTsCollectionBuilder()
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.Timestamp.Builder |
getTsEventBuilder()
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.
|
TimestampValue.Builder |
getTsExchangeBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
StreamOrderBookL2ResponseV1.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamOrderBookL2ResponseV1.Builder |
mergeFrom(com.google.protobuf.Message other) |
StreamOrderBookL2ResponseV1.Builder |
mergeTsCollection(TimestampValue value)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
StreamOrderBookL2ResponseV1.Builder |
mergeTsEvent(com.google.protobuf.Timestamp value)
Event generation timestamp (event created by Kaiko), after normalization.
|
StreamOrderBookL2ResponseV1.Builder |
mergeTsExchange(TimestampValue value)
Timestamp of the event as provided by the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamOrderBookL2ResponseV1.Builder |
putAdditionalProperties(java.lang.String key,
java.lang.String value)
Additionnal properties, specific to the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
putAllAdditionalProperties(java.util.Map<java.lang.String,java.lang.String> values)
Additionnal properties, specific to the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
removeAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
removeAsks(int index)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
removeBids(int index)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
setAsks(int index,
Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
setAsks(int index,
Order value)
Asks is the list of asks of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
setBids(int index,
Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
setBids(int index,
Order value)
Bids is the list of bids of the orderbook.
|
StreamOrderBookL2ResponseV1.Builder |
setClass_(java.lang.String value)
Instrument class, for example "spot".
|
StreamOrderBookL2ResponseV1.Builder |
setClass_Bytes(com.google.protobuf.ByteString value)
Instrument class, for example "spot".
|
StreamOrderBookL2ResponseV1.Builder |
setCode(java.lang.String value)
Instrument code (currency pair), for example btc-usd.
|
StreamOrderBookL2ResponseV1.Builder |
setCodeBytes(com.google.protobuf.ByteString value)
Instrument code (currency pair), for example btc-usd.
|
StreamOrderBookL2ResponseV1.Builder |
setExchange(java.lang.String value)
Instrument exchange code, for example "cbse" (Coinbase).
|
StreamOrderBookL2ResponseV1.Builder |
setExchangeBytes(com.google.protobuf.ByteString value)
Instrument exchange code, for example "cbse" (Coinbase).
|
StreamOrderBookL2ResponseV1.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamOrderBookL2ResponseV1.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
StreamOrderBookL2ResponseV1.Builder |
setSequenceId(java.lang.String value)
Sequence ID for event.
|
StreamOrderBookL2ResponseV1.Builder |
setSequenceIdBytes(com.google.protobuf.ByteString value)
Sequence ID for event.
|
StreamOrderBookL2ResponseV1.Builder |
setTsCollection(TimestampValue.Builder builderForValue)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
StreamOrderBookL2ResponseV1.Builder |
setTsCollection(TimestampValue value)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
|
StreamOrderBookL2ResponseV1.Builder |
setTsEvent(com.google.protobuf.Timestamp.Builder builderForValue)
Event generation timestamp (event created by Kaiko), after normalization.
|
StreamOrderBookL2ResponseV1.Builder |
setTsEvent(com.google.protobuf.Timestamp value)
Event generation timestamp (event created by Kaiko), after normalization.
|
StreamOrderBookL2ResponseV1.Builder |
setTsExchange(TimestampValue.Builder builderForValue)
Timestamp of the event as provided by the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
setTsExchange(TimestampValue value)
Timestamp of the event as provided by the exchange.
|
StreamOrderBookL2ResponseV1.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamOrderBookL2ResponseV1.Builder |
setUpdateType(StreamOrderBookL2UpdateType value)
Event type.
|
StreamOrderBookL2ResponseV1.Builder |
setUpdateTypeValue(int value)
Event type.
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public StreamOrderBookL2ResponseV1.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public StreamOrderBookL2ResponseV1 getDefaultInstanceForType()
public StreamOrderBookL2ResponseV1 build()
public StreamOrderBookL2ResponseV1 buildPartial()
public StreamOrderBookL2ResponseV1.Builder clone()
public StreamOrderBookL2ResponseV1.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamOrderBookL2ResponseV1.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public StreamOrderBookL2ResponseV1.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public StreamOrderBookL2ResponseV1.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public StreamOrderBookL2ResponseV1.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamOrderBookL2ResponseV1.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public StreamOrderBookL2ResponseV1.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public java.lang.String getClass_()
Instrument class, for example "spot".
string class = 1;
getClass_
in interface StreamOrderBookL2ResponseV1OrBuilder
public com.google.protobuf.ByteString getClass_Bytes()
Instrument class, for example "spot".
string class = 1;
getClass_Bytes
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setClass_(java.lang.String value)
Instrument class, for example "spot".
string class = 1;
value
- The class to set.public StreamOrderBookL2ResponseV1.Builder clearClass_()
Instrument class, for example "spot".
string class = 1;
public StreamOrderBookL2ResponseV1.Builder setClass_Bytes(com.google.protobuf.ByteString value)
Instrument class, for example "spot".
string class = 1;
value
- The bytes for class to set.public java.lang.String getCode()
Instrument code (currency pair), for example btc-usd.
string code = 2;
getCode
in interface StreamOrderBookL2ResponseV1OrBuilder
public com.google.protobuf.ByteString getCodeBytes()
Instrument code (currency pair), for example btc-usd.
string code = 2;
getCodeBytes
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setCode(java.lang.String value)
Instrument code (currency pair), for example btc-usd.
string code = 2;
value
- The code to set.public StreamOrderBookL2ResponseV1.Builder clearCode()
Instrument code (currency pair), for example btc-usd.
string code = 2;
public StreamOrderBookL2ResponseV1.Builder setCodeBytes(com.google.protobuf.ByteString value)
Instrument code (currency pair), for example btc-usd.
string code = 2;
value
- The bytes for code to set.public java.lang.String getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
getExchange
in interface StreamOrderBookL2ResponseV1OrBuilder
public com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
getExchangeBytes
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setExchange(java.lang.String value)
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
value
- The exchange to set.public StreamOrderBookL2ResponseV1.Builder clearExchange()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
public StreamOrderBookL2ResponseV1.Builder setExchangeBytes(com.google.protobuf.ByteString value)
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 3;
value
- The bytes for exchange to set.public java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
getSequenceId
in interface StreamOrderBookL2ResponseV1OrBuilder
public com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
getSequenceIdBytes
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setSequenceId(java.lang.String value)
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
value
- The sequenceId to set.public StreamOrderBookL2ResponseV1.Builder clearSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
public StreamOrderBookL2ResponseV1.Builder setSequenceIdBytes(com.google.protobuf.ByteString value)
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 4;
value
- The bytes for sequenceId to set.public int getUpdateTypeValue()
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
getUpdateTypeValue
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setUpdateTypeValue(int value)
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
value
- The enum numeric value on the wire for updateType to set.public StreamOrderBookL2UpdateType getUpdateType()
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
getUpdateType
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setUpdateType(StreamOrderBookL2UpdateType value)
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
value
- The updateType to set.public StreamOrderBookL2ResponseV1.Builder clearUpdateType()
Event type.
.kaikosdk.StreamOrderBookL2UpdateType update_type = 5;
public java.util.List<Order> getAsksList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
getAsksList
in interface StreamOrderBookL2ResponseV1OrBuilder
public int getAsksCount()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
getAsksCount
in interface StreamOrderBookL2ResponseV1OrBuilder
public Order getAsks(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
getAsks
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setAsks(int index, Order value)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder setAsks(int index, Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder addAsks(Order value)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder addAsks(int index, Order value)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder addAsks(Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder addAsks(int index, Order.Builder builderForValue)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder addAllAsks(java.lang.Iterable<? extends Order> values)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder clearAsks()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public StreamOrderBookL2ResponseV1.Builder removeAsks(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public Order.Builder getAsksBuilder(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public OrderOrBuilder getAsksOrBuilder(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
getAsksOrBuilder
in interface StreamOrderBookL2ResponseV1OrBuilder
public java.util.List<? extends OrderOrBuilder> getAsksOrBuilderList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
getAsksOrBuilderList
in interface StreamOrderBookL2ResponseV1OrBuilder
public Order.Builder addAsksBuilder()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public Order.Builder addAsksBuilder(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public java.util.List<Order.Builder> getAsksBuilderList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.Order asks = 6;
public java.util.List<Order> getBidsList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
getBidsList
in interface StreamOrderBookL2ResponseV1OrBuilder
public int getBidsCount()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
getBidsCount
in interface StreamOrderBookL2ResponseV1OrBuilder
public Order getBids(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
getBids
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setBids(int index, Order value)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder setBids(int index, Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder addBids(Order value)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder addBids(int index, Order value)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder addBids(Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder addBids(int index, Order.Builder builderForValue)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder addAllBids(java.lang.Iterable<? extends Order> values)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder clearBids()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public StreamOrderBookL2ResponseV1.Builder removeBids(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public Order.Builder getBidsBuilder(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public OrderOrBuilder getBidsOrBuilder(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
getBidsOrBuilder
in interface StreamOrderBookL2ResponseV1OrBuilder
public java.util.List<? extends OrderOrBuilder> getBidsOrBuilderList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
getBidsOrBuilderList
in interface StreamOrderBookL2ResponseV1OrBuilder
public Order.Builder addBidsBuilder()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public Order.Builder addBidsBuilder(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public java.util.List<Order.Builder> getBidsBuilderList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.Order bids = 7;
public boolean hasTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
hasTsExchange
in interface StreamOrderBookL2ResponseV1OrBuilder
public TimestampValue getTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
getTsExchange
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setTsExchange(TimestampValue value)
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
public StreamOrderBookL2ResponseV1.Builder setTsExchange(TimestampValue.Builder builderForValue)
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
public StreamOrderBookL2ResponseV1.Builder mergeTsExchange(TimestampValue value)
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
public StreamOrderBookL2ResponseV1.Builder clearTsExchange()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
public TimestampValue.Builder getTsExchangeBuilder()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
public TimestampValueOrBuilder getTsExchangeOrBuilder()
Timestamp of the event as provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 8;
getTsExchangeOrBuilder
in interface StreamOrderBookL2ResponseV1OrBuilder
public boolean hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
hasTsCollection
in interface StreamOrderBookL2ResponseV1OrBuilder
public TimestampValue getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
getTsCollection
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setTsCollection(TimestampValue value)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
public StreamOrderBookL2ResponseV1.Builder setTsCollection(TimestampValue.Builder builderForValue)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
public StreamOrderBookL2ResponseV1.Builder mergeTsCollection(TimestampValue value)
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
public StreamOrderBookL2ResponseV1.Builder clearTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
public TimestampValue.Builder getTsCollectionBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
public TimestampValueOrBuilder getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 9;
getTsCollectionOrBuilder
in interface StreamOrderBookL2ResponseV1OrBuilder
public boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
hasTsEvent
in interface StreamOrderBookL2ResponseV1OrBuilder
public com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
getTsEvent
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder setTsEvent(com.google.protobuf.Timestamp value)
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
public StreamOrderBookL2ResponseV1.Builder setTsEvent(com.google.protobuf.Timestamp.Builder builderForValue)
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
public StreamOrderBookL2ResponseV1.Builder mergeTsEvent(com.google.protobuf.Timestamp value)
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
public StreamOrderBookL2ResponseV1.Builder clearTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
public com.google.protobuf.Timestamp.Builder getTsEventBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
public com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 10;
getTsEventOrBuilder
in interface StreamOrderBookL2ResponseV1OrBuilder
public int getAdditionalPropertiesCount()
StreamOrderBookL2ResponseV1OrBuilder
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
getAdditionalPropertiesCount
in interface StreamOrderBookL2ResponseV1OrBuilder
public boolean containsAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
containsAdditionalProperties
in interface StreamOrderBookL2ResponseV1OrBuilder
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getAdditionalProperties()
getAdditionalPropertiesMap()
instead.getAdditionalProperties
in interface StreamOrderBookL2ResponseV1OrBuilder
public java.util.Map<java.lang.String,java.lang.String> getAdditionalPropertiesMap()
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
getAdditionalPropertiesMap
in interface StreamOrderBookL2ResponseV1OrBuilder
public java.lang.String getAdditionalPropertiesOrDefault(java.lang.String key, java.lang.String defaultValue)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
getAdditionalPropertiesOrDefault
in interface StreamOrderBookL2ResponseV1OrBuilder
public java.lang.String getAdditionalPropertiesOrThrow(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
getAdditionalPropertiesOrThrow
in interface StreamOrderBookL2ResponseV1OrBuilder
public StreamOrderBookL2ResponseV1.Builder clearAdditionalProperties()
public StreamOrderBookL2ResponseV1.Builder removeAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableAdditionalProperties()
public StreamOrderBookL2ResponseV1.Builder putAdditionalProperties(java.lang.String key, java.lang.String value)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
public StreamOrderBookL2ResponseV1.Builder putAllAdditionalProperties(java.util.Map<java.lang.String,java.lang.String> values)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 11;
public final StreamOrderBookL2ResponseV1.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final StreamOrderBookL2ResponseV1.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)