Uses of Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcTrade
Packages that use HitbtcTrade
Package
Description
-
Uses of HitbtcTrade in info.bitrich.xchangestream.hitbtc.dto
Methods in info.bitrich.xchangestream.hitbtc.dto that return HitbtcTradeConstructors in info.bitrich.xchangestream.hitbtc.dto with parameters of type 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 Trades
HitbtcAdapters.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)