public interface SourceDataOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Number of trades for the given instrument code and aggregate.
|
java.lang.String |
getExchangeCode()
Instrument exchange code, for example "cbse" (Coinbase).
|
com.google.protobuf.ByteString |
getExchangeCodeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
|
java.lang.String |
getPrice()
Price for the instrument code on the exchange and interval.
|
com.google.protobuf.ByteString |
getPriceBytes()
Price for the instrument code on the exchange and interval.
|
java.lang.String |
getVolume()
Volume for the instrument code on the exchange and interval.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume for the instrument code on the exchange and interval.
|
java.lang.String getExchangeCode()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange_code = 1;com.google.protobuf.ByteString getExchangeCodeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange_code = 1;long getCount()
Number of trades for the given instrument code and aggregate.
int64 count = 2;java.lang.String getPrice()
Price for the instrument code on the exchange and interval.
string price = 3;com.google.protobuf.ByteString getPriceBytes()
Price for the instrument code on the exchange and interval.
string price = 3;java.lang.String getVolume()
Volume for the instrument code on the exchange and interval.
string volume = 4;com.google.protobuf.ByteString getVolumeBytes()
Volume for the instrument code on the exchange and interval.
string volume = 4;