public interface StreamAggregatesOHLCVResponseV1OrBuilder
| 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.
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class.
|
java.lang.String |
getClose()
Close value of OHLCV.
|
com.google.protobuf.ByteString |
getCloseBytes()
Close value of OHLCV.
|
java.lang.String |
getCode()
Instrument code.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code.
|
java.lang.String |
getExchange()
Instrument exchange.
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange.
|
java.lang.String |
getHigh()
High value of OHLCV.
|
com.google.protobuf.ByteString |
getHighBytes()
High value of OHLCV.
|
java.lang.String |
getLow()
Low value of OHLCV.
|
com.google.protobuf.ByteString |
getLowBytes()
Low value of OHLCV.
|
java.lang.String |
getOpen()
Open value of OHLCV.
|
com.google.protobuf.ByteString |
getOpenBytes()
Open value of OHLCV.
|
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp of event.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp of event.
|
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.
|
java.lang.String |
getVolume()
Volume of OHLCV.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume of OHLCV.
|
boolean |
hasTimestamp()
Timestamp of event.
|
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.
string class = 2;com.google.protobuf.ByteString getClass_Bytes()
Instrument class.
string class = 2;java.lang.String getClose()
Close value of OHLCV.
string close = 3;com.google.protobuf.ByteString getCloseBytes()
Close value of OHLCV.
string close = 3;java.lang.String getExchange()
Instrument exchange.
string exchange = 4;com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange.
string exchange = 4;java.lang.String getHigh()
High value of OHLCV.
string high = 5;com.google.protobuf.ByteString getHighBytes()
High value of OHLCV.
string high = 5;java.lang.String getLow()
Low value of OHLCV.
string low = 6;com.google.protobuf.ByteString getLowBytes()
Low value of OHLCV.
string low = 6;java.lang.String getOpen()
Open value of OHLCV.
string open = 7;com.google.protobuf.ByteString getOpenBytes()
Open value of OHLCV.
string open = 7;java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 8;com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 8;java.lang.String getCode()
Instrument code.
string code = 9;com.google.protobuf.ByteString getCodeBytes()
Instrument code.
string code = 9;boolean hasTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;com.google.protobuf.Timestamp getTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;java.lang.String getUid()
UID is timestamp truncated to interval of OHLCV.
string uid = 11;com.google.protobuf.ByteString getUidBytes()
UID is timestamp truncated to interval of OHLCV.
string uid = 11;java.lang.String getVolume()
Volume of OHLCV.
string volume = 12;com.google.protobuf.ByteString getVolumeBytes()
Volume of OHLCV.
string volume = 12;