public interface StreamAggregatedPriceResponseV1OrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregate()
Aggregate (interval).
|
com.google.protobuf.ByteString |
getAggregateBytes()
Aggregate (interval).
|
java.lang.String |
getCode()
Instrument code.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code.
|
StreamAggregatedPriceResponseV1.EventType |
getEventType()
Event type is ASK or BID.
|
int |
getEventTypeValue()
Event type is ASK or BID.
|
java.lang.String |
getInstrumentClass()
Instrument class.
|
com.google.protobuf.ByteString |
getInstrumentClassBytes()
Instrument class.
|
com.google.protobuf.Timestamp |
getTsEvent()
Timestamp of event.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Timestamp of event.
|
StreamAggregatedPriceValue |
getValue()
Value is update value (price and volume).
|
StreamAggregatedPriceValueOrBuilder |
getValueOrBuilder()
Value is update value (price and volume).
|
boolean |
hasTsEvent()
Timestamp of event.
|
boolean |
hasValue()
Value is update value (price and volume).
|
java.lang.String getAggregate()
Aggregate (interval).
string aggregate = 1;com.google.protobuf.ByteString getAggregateBytes()
Aggregate (interval).
string aggregate = 1;java.lang.String getInstrumentClass()
Instrument class. See https://docs.kaiko.com/?python#instruments.
string instrument_class = 2;com.google.protobuf.ByteString getInstrumentClassBytes()
Instrument class. See https://docs.kaiko.com/?python#instruments.
string instrument_class = 2;java.lang.String getCode()
Instrument code. See https://docs.kaiko.com/?python#instruments.
string code = 3;com.google.protobuf.ByteString getCodeBytes()
Instrument code. See https://docs.kaiko.com/?python#instruments.
string code = 3;boolean hasValue()
Value is update value (price and volume). Field is absent if the ticker has no update during the aggregate inerval.
.kaikosdk.StreamAggregatedPriceValue value = 4;StreamAggregatedPriceValue getValue()
Value is update value (price and volume). Field is absent if the ticker has no update during the aggregate inerval.
.kaikosdk.StreamAggregatedPriceValue value = 4;StreamAggregatedPriceValueOrBuilder getValueOrBuilder()
Value is update value (price and volume). Field is absent if the ticker has no update during the aggregate inerval.
.kaikosdk.StreamAggregatedPriceValue value = 4;int getEventTypeValue()
Event type is ASK or BID.
.kaikosdk.StreamAggregatedPriceResponseV1.EventType event_type = 5;StreamAggregatedPriceResponseV1.EventType getEventType()
Event type is ASK or BID.
.kaikosdk.StreamAggregatedPriceResponseV1.EventType event_type = 5;boolean hasTsEvent()
Timestamp of event.
.google.protobuf.Timestamp ts_event = 6;com.google.protobuf.Timestamp getTsEvent()
Timestamp of event.
.google.protobuf.Timestamp ts_event = 6;com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp ts_event = 6;