public interface StreamAggregatedQuoteValueOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrice()
Price of top of book entry.
|
com.google.protobuf.ByteString |
getPriceBytes()
Price of top of book entry.
|
java.lang.String |
getVolume()
Volume of top of book entry.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume of top of book entry.
|
java.lang.String getPrice()
Price of top of book entry.
string price = 1;
com.google.protobuf.ByteString getPriceBytes()
Price of top of book entry.
string price = 1;
java.lang.String getVolume()
Volume of top of book entry.
string volume = 2;
com.google.protobuf.ByteString getVolumeBytes()
Volume of top of book entry.
string volume = 2;