public interface StreamIndexServiceResponseInstrumentsOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Count.
|
java.lang.String |
getPartition()
Partition.
|
com.google.protobuf.ByteString |
getPartitionBytes()
Partition.
|
double |
getPrice()
Price.
|
StreamIndexServiceUnderlyingTrade |
getUnderlyingTrade()
Underlying trade for the partition.
|
StreamIndexServiceUnderlyingTradeOrBuilder |
getUnderlyingTradeOrBuilder()
Underlying trade for the partition.
|
double |
getVolume()
Volume.
|
boolean |
hasUnderlyingTrade()
Underlying trade for the partition.
|
java.lang.String getPartition()
Partition.
string partition = 1;
com.google.protobuf.ByteString getPartitionBytes()
Partition.
string partition = 1;
double getPrice()
Price.
double price = 2;
double getVolume()
Volume.
double volume = 3;
long getCount()
Count.
uint64 count = 4;
boolean hasUnderlyingTrade()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;
StreamIndexServiceUnderlyingTrade getUnderlyingTrade()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;
StreamIndexServiceUnderlyingTradeOrBuilder getUnderlyingTradeOrBuilder()
Underlying trade for the partition.
.kaikosdk.StreamIndexServiceUnderlyingTrade underlying_trade = 5;