Uses of Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcTrade
Packages that use HitbtcTrade
-
Uses of HitbtcTrade in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return types with arguments of type HitbtcTradeModifier and TypeMethodDescriptionMethod parameters in org.knowm.xchange.hitbtc.v2 with type arguments of type HitbtcTradeModifier and TypeMethodDescriptionstatic TradesHitbtcAdapters.adaptTrades(List<? extends HitbtcTrade> allHitbtcTrades, CurrencyPair currencyPair) -
Uses of HitbtcTrade in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service that return types with arguments of type HitbtcTradeModifier and TypeMethodDescriptionHitbtcMarketDataServiceRaw.getHitbtcTrades(CurrencyPair currencyPair) HitbtcMarketDataServiceRaw.getHitbtcTrades(CurrencyPair currencyPair, long from, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long maxResults) HitbtcMarketDataServiceRaw.getHitbtcTrades(CurrencyPair currencyPair, long from, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long startIndex, long maxResults, long offset)