Package info.bitrich.xchangestream.dydx
Class dydxStreamingAdapters
java.lang.Object
info.bitrich.xchangestream.dydx.dydxStreamingAdapters
Author: Max Gao (gaamox@tutanota.com) Created: 08-03-2021
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.knowm.xchange.dto.trade.LimitOrder>dydxOrderBookChanges(org.knowm.xchange.dto.Order.OrderType orderType, org.knowm.xchange.currency.CurrencyPair currencyPair, String[][] changes, SortedMap<BigDecimal, BigDecimal> sideEntries, int maxDepth, boolean isV1)
-
Field Details
-
amounts
See https://legacy-docs.dydx.exchange/#amounts
-
-
Constructor Details
-
dydxStreamingAdapters
public dydxStreamingAdapters()
-
-
Method Details
-
dydxOrderBookChanges
public static List<org.knowm.xchange.dto.trade.LimitOrder> dydxOrderBookChanges(org.knowm.xchange.dto.Order.OrderType orderType, org.knowm.xchange.currency.CurrencyPair currencyPair, String[][] changes, SortedMap<BigDecimal, BigDecimal> sideEntries, int maxDepth, boolean isV1)
-