public interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilder
Modifier and Type | Method and Description |
---|---|
Assets |
getAssets()
base/quote assets.
|
AssetsOrBuilder |
getAssetsOrBuilder()
base/quote assets.
|
java.lang.String |
getExcludeExchanges(int index)
list of exchange code to exclude.
|
com.google.protobuf.ByteString |
getExcludeExchangesBytes(int index)
list of exchange code to exclude.
|
int |
getExcludeExchangesCount()
list of exchange code to exclude.
|
java.util.List<java.lang.String> |
getExcludeExchangesList()
list of exchange code to exclude.
|
java.lang.String |
getIncludeExchanges(int index)
list of exchange code to include.
|
com.google.protobuf.ByteString |
getIncludeExchangesBytes(int index)
list of exchange code to include.
|
int |
getIncludeExchangesCount()
list of exchange code to include.
|
java.util.List<java.lang.String> |
getIncludeExchangesList()
list of exchange code to include.
|
com.google.protobuf.Duration |
getUpdateFrequency()
Update frequency (duration string, ex: 1m).
|
com.google.protobuf.DurationOrBuilder |
getUpdateFrequencyOrBuilder()
Update frequency (duration string, ex: 1m).
|
com.google.protobuf.Duration |
getWindow()
Sliding Window duration (duration string, ex: 1m).
|
com.google.protobuf.DurationOrBuilder |
getWindowOrBuilder()
Sliding Window duration (duration string, ex: 1m).
|
boolean |
hasAssets()
base/quote assets.
|
boolean |
hasUpdateFrequency()
Update frequency (duration string, ex: 1m).
|
boolean |
hasWindow()
Sliding Window duration (duration string, ex: 1m).
|
boolean hasAssets()
base/quote assets.
.kaikosdk.Assets assets = 1;
Assets getAssets()
base/quote assets.
.kaikosdk.Assets assets = 1;
AssetsOrBuilder getAssetsOrBuilder()
base/quote assets.
.kaikosdk.Assets assets = 1;
boolean hasWindow()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;
com.google.protobuf.Duration getWindow()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;
com.google.protobuf.DurationOrBuilder getWindowOrBuilder()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;
java.util.List<java.lang.String> getIncludeExchangesList()
list of exchange code to include.
repeated string include_exchanges = 3;
int getIncludeExchangesCount()
list of exchange code to include.
repeated string include_exchanges = 3;
java.lang.String getIncludeExchanges(int index)
list of exchange code to include.
repeated string include_exchanges = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getIncludeExchangesBytes(int index)
list of exchange code to include.
repeated string include_exchanges = 3;
index
- The index of the value to return.java.util.List<java.lang.String> getExcludeExchangesList()
list of exchange code to exclude.
repeated string exclude_exchanges = 4;
int getExcludeExchangesCount()
list of exchange code to exclude.
repeated string exclude_exchanges = 4;
java.lang.String getExcludeExchanges(int index)
list of exchange code to exclude.
repeated string exclude_exchanges = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getExcludeExchangesBytes(int index)
list of exchange code to exclude.
repeated string exclude_exchanges = 4;
index
- The index of the value to return.boolean hasUpdateFrequency()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;
com.google.protobuf.Duration getUpdateFrequency()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;
com.google.protobuf.DurationOrBuilder getUpdateFrequencyOrBuilder()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;