public interface StreamAggregatesVWAPRequestV1OrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAggregate()
Aggregate value (1s, 1m, 1h).
|
com.google.protobuf.ByteString |
getAggregateBytes()
Aggregate value (1s, 1m, 1h).
|
InstrumentCriteria |
getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
InstrumentCriteriaOrBuilder |
getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
boolean |
hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
boolean hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;InstrumentCriteria getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;InstrumentCriteriaOrBuilder getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;java.lang.String getAggregate()
Aggregate value (1s, 1m, 1h).
string aggregate = 2;com.google.protobuf.ByteString getAggregateBytes()
Aggregate value (1s, 1m, 1h).
string aggregate = 2;