Class BitstampOrderBook
java.lang.Object
org.knowm.xchange.bitstamp.dto.marketdata.BitstampOrderBook
public class BitstampOrderBook extends Object
- Author:
- Matija Mazi
-
Constructor Summary
Constructors Constructor Description BitstampOrderBook(Long timestamp, List<List<BigDecimal>> bids, List<List<BigDecimal>> asks)
Constructor -
Method Summary
Modifier and Type Method Description List<List<BigDecimal>>
getAsks()
(price, amount)List<List<BigDecimal>>
getBids()
(price, amount)Date
getTimestamp()
String
toString()