Class dydxUpdateOrderBookMessage
java.lang.Object
info.bitrich.xchangestream.dydx.dto.dydxWebSocketTransaction
info.bitrich.xchangestream.dydx.dto.v1.dydxUpdateOrderBookMessage
Author: Max Gao (gaamox@tutanota.com) Created: 08-03-2021
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.knowm.xchange.dto.marketdata.OrderBooktoOrderBook(SortedMap<BigDecimal, BigDecimal> bids, SortedMap<BigDecimal, BigDecimal> asks, Map<String, String> bidIds, Map<String, String> askIds, int maxDepth, org.knowm.xchange.currency.CurrencyPair currencyPair)
-
Constructor Details
-
dydxUpdateOrderBookMessage
public dydxUpdateOrderBookMessage()
-
-
Method Details
-
toOrderBook
public org.knowm.xchange.dto.marketdata.OrderBook toOrderBook(SortedMap<BigDecimal, BigDecimal> bids, SortedMap<BigDecimal, BigDecimal> asks, Map<String, String> bidIds, Map<String, String> askIds, int maxDepth, org.knowm.xchange.currency.CurrencyPair currencyPair)
-