Class dydxUpdateOrderBookMessage
java.lang.Object
info.bitrich.xchangestream.dydx.dto.dydxWebSocketTransaction
info.bitrich.xchangestream.dydx.dto.v3.dydxUpdateOrderBookMessage
Author: Max Gao (gaamox@tutanota.com) Created: 08-03-2021
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoOrderBook
(SortedMap<BigDecimal, BigDecimal> bids, SortedMap<BigDecimal, BigDecimal> asks, int maxDepth, CurrencyPair currencyPair)
-
Constructor Details
-
dydxUpdateOrderBookMessage
public dydxUpdateOrderBookMessage()
-
-
Method Details
-
toOrderBook
public OrderBook toOrderBook(SortedMap<BigDecimal, BigDecimal> bids, SortedMap<BigDecimal, BigDecimal> asks, int maxDepth, CurrencyPair currencyPair)
-