public static interface StreamMarketUpdateResponseV1.SnapshotOrBuilder
Modifier and Type | Method and Description |
---|---|
StreamMarketUpdateResponseV1.Snapshot.Order |
getAsks(int index)
Asks is the list of asks of the orderbook.
|
int |
getAsksCount()
Asks is the list of asks of the orderbook.
|
java.util.List<StreamMarketUpdateResponseV1.Snapshot.Order> |
getAsksList()
Asks is the list of asks of the orderbook.
|
StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder |
getAsksOrBuilder(int index)
Asks is the list of asks of the orderbook.
|
java.util.List<? extends StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder> |
getAsksOrBuilderList()
Asks is the list of asks of the orderbook.
|
StreamMarketUpdateResponseV1.Snapshot.Order |
getBids(int index)
Bids is the list of bids of the orderbook.
|
int |
getBidsCount()
Bids is the list of bids of the orderbook.
|
java.util.List<StreamMarketUpdateResponseV1.Snapshot.Order> |
getBidsList()
Bids is the list of bids of the orderbook.
|
StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder |
getBidsOrBuilder(int index)
Bids is the list of bids of the orderbook.
|
java.util.List<? extends StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder> |
getBidsOrBuilderList()
Bids is the list of bids of the orderbook.
|
java.util.List<StreamMarketUpdateResponseV1.Snapshot.Order> getAsksList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order asks = 1;
StreamMarketUpdateResponseV1.Snapshot.Order getAsks(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order asks = 1;
int getAsksCount()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order asks = 1;
java.util.List<? extends StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder> getAsksOrBuilderList()
Asks is the list of asks of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order asks = 1;
StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder getAsksOrBuilder(int index)
Asks is the list of asks of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order asks = 1;
java.util.List<StreamMarketUpdateResponseV1.Snapshot.Order> getBidsList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order bids = 2;
StreamMarketUpdateResponseV1.Snapshot.Order getBids(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order bids = 2;
int getBidsCount()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order bids = 2;
java.util.List<? extends StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder> getBidsOrBuilderList()
Bids is the list of bids of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order bids = 2;
StreamMarketUpdateResponseV1.Snapshot.OrderOrBuilder getBidsOrBuilder(int index)
Bids is the list of bids of the orderbook.
repeated .kaikosdk.StreamMarketUpdateResponseV1.Snapshot.Order bids = 2;