public interface StreamAggregatesVWAPResponseV1OrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregate()
Aggregate (interval).
|
com.google.protobuf.ByteString |
getAggregateBytes()
Aggregate (interval).
|
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.
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange.
|
double |
getPrice()
Price for the trade.
|
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
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.
|
java.lang.String |
getUid()
UID is timestamp truncated to interval of OHLCV.
|
com.google.protobuf.ByteString |
getUidBytes()
UID is timestamp truncated to interval of OHLCV.
|
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
java.lang.String getAggregate()
Aggregate (interval).
string aggregate = 1;com.google.protobuf.ByteString getAggregateBytes()
Aggregate (interval).
string aggregate = 1;java.lang.String getClass_()
Instrument class, empty when instrument not mapped.
string class = 2;com.google.protobuf.ByteString getClass_Bytes()
Instrument class, empty when instrument not mapped.
string class = 2;java.lang.String getCode()
Instrument code, empty when instrument not mapped.
string code = 3;com.google.protobuf.ByteString getCodeBytes()
Instrument code, empty when instrument not mapped.
string code = 3;java.lang.String getExchange()
Instrument exchange.
string exchange = 4;com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange.
string exchange = 4;java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 5;com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 5;double getPrice()
Price for the trade.
double price = 6;boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;java.lang.String getUid()
UID is timestamp truncated to interval of OHLCV.
string uid = 8;com.google.protobuf.ByteString getUidBytes()
UID is timestamp truncated to interval of OHLCV.
string uid = 8;