public interface StreamTradesResponseV1OrBuilder
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, empty when instrument not mapped.
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class, empty when instrument not mapped.
|
java.lang.String |
getCode()
Instrument code, empty when instrument not mapped.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code, empty when instrument not mapped.
|
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()
Trade ID, empty string when not present.
|
com.google.protobuf.ByteString |
getIdBytes()
Trade ID, empty string when not present.
|
double |
getPrice()
Price for the trade.
|
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
StreamTradesResponseV1.TradeSide |
getSide()
Trade side.
|
int |
getSideValue()
Trade side.
|
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 trade, when provided by the exchange.
|
TimestampValueOrBuilder |
getTsExchangeOrBuilder()
Timestamp of trade, when provided by the exchange.
|
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 trade, when provided by the exchange.
|
int getAdditionalPropertiesCount()
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 1;
boolean containsAdditionalProperties(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 1;
@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 = 1;
java.lang.String getAdditionalPropertiesOrDefault(java.lang.String key, java.lang.String defaultValue)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 1;
java.lang.String getAdditionalPropertiesOrThrow(java.lang.String key)
Additionnal properties, specific to the exchange.
map<string, string> additional_properties = 1;
double getAmount()
Amount / quantity of asset bought or sold, displayed in base currency.
double amount = 2;
java.lang.String getClass_()
Instrument class, empty when instrument not mapped.
string class = 3;
com.google.protobuf.ByteString getClass_Bytes()
Instrument class, empty when instrument not mapped.
string class = 3;
java.lang.String getCode()
Instrument code, empty when instrument not mapped.
string code = 4;
com.google.protobuf.ByteString getCodeBytes()
Instrument code, empty when instrument not mapped.
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()
Trade ID, empty string when not present.
string id = 7;
com.google.protobuf.ByteString getIdBytes()
Trade ID, empty string when not present.
string id = 7;
double getPrice()
Price for the trade.
double price = 8;
int getSideValue()
Trade side.
.kaikosdk.StreamTradesResponseV1.TradeSide side = 9;
StreamTradesResponseV1.TradeSide getSide()
Trade side.
.kaikosdk.StreamTradesResponseV1.TradeSide side = 9;
boolean hasTsExchange()
Timestamp of trade, when provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 10;
TimestampValue getTsExchange()
Timestamp of trade, when provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 10;
TimestampValueOrBuilder getTsExchangeOrBuilder()
Timestamp of trade, when provided by the exchange.
.kaikosdk.TimestampValue ts_exchange = 10;
boolean hasTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 11;
TimestampValue getTsCollection()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 11;
TimestampValueOrBuilder getTsCollectionOrBuilder()
Timestamp of collection (event entered Kaiko's infrastructure), before nomalization.
.kaikosdk.TimestampValue ts_collection = 11;
boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 12;
com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 12;
com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 12;