public interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilder
| Modifier and Type | Method and Description |
|---|---|
Assets |
getAssets()
Sliding Window (duration string, ex: 1m).
|
AssetsOrBuilder |
getAssetsOrBuilder()
Sliding Window (duration string, ex: 1m).
|
boolean |
getNoTrade()
NoTrade: no trade happened during the window.
|
double |
getPrice()
Price for the trade.
|
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp of event.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp of event.
|
Window |
getWindow()
Window information.
|
WindowOrBuilder |
getWindowOrBuilder()
Window information.
|
boolean |
hasAssets()
Sliding Window (duration string, ex: 1m).
|
boolean |
hasTimestamp()
Timestamp of event.
|
boolean |
hasWindow()
Window information.
|
boolean hasAssets()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;Assets getAssets()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;AssetsOrBuilder getAssetsOrBuilder()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;double getPrice()
Price for the trade.
double price = 2;boolean hasTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.Timestamp getTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;boolean hasWindow()
Window information.
.kaikosdk.Window window = 4;Window getWindow()
Window information.
.kaikosdk.Window window = 4;WindowOrBuilder getWindowOrBuilder()
Window information.
.kaikosdk.Window window = 4;boolean getNoTrade()
NoTrade: no trade happened during the window.
bool no_trade = 5;