Class DeribitOrderBook
java.lang.Object
org.knowm.xchange.deribit.v2.dto.marketdata.DeribitOrderBook
public class DeribitOrderBook extends Object
-
Constructor Summary
Constructors Constructor Description DeribitOrderBook()
-
Method Summary
Modifier and Type Method Description Date
getTimestamp()
void
setAsks(List<List<BigDecimal>> asks)
array of [price, amount], List of asksvoid
setBids(List<List<BigDecimal>> bids)
array of [price, amount] List of bids
-
Constructor Details
-
DeribitOrderBook
public DeribitOrderBook()
-
-
Method Details
-
setBids
array of [price, amount] List of bids -
setAsks
array of [price, amount], List of asks -
getTimestamp
-