public interface StreamIndexServiceUnderlyingTradeOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Timestamp |
getDatetime()
Date of trade.
|
com.google.protobuf.TimestampOrBuilder |
getDatetimeOrBuilder()
Date of trade.
|
java.lang.String |
getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
|
java.lang.String |
getId()
Trade ID, empty string when not present.
|
com.google.protobuf.ByteString |
getIdBytes()
Trade ID, empty string when not present.
|
double |
getVolume()
Amount / quantity of asset bought or sold, displayed in base currency.
|
boolean |
hasDatetime()
Date of trade.
|
double getVolume()
Amount / quantity of asset bought or sold, displayed in base currency.
double volume = 1;
java.lang.String getExchange()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 2;
com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange code, for example "cbse" (Coinbase).
string exchange = 2;
java.lang.String getId()
Trade ID, empty string when not present.
string id = 3;
com.google.protobuf.ByteString getIdBytes()
Trade ID, empty string when not present.
string id = 3;
boolean hasDatetime()
Date of trade.
.google.protobuf.Timestamp datetime = 4;
com.google.protobuf.Timestamp getDatetime()
Date of trade.
.google.protobuf.Timestamp datetime = 4;
com.google.protobuf.TimestampOrBuilder getDatetimeOrBuilder()
Date of trade.
.google.protobuf.Timestamp datetime = 4;