Uses of Enum Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcSort
Packages that use HitbtcSort
-
Uses of HitbtcSort in org.knowm.xchange.hitbtc.v2.dto
Methods in org.knowm.xchange.hitbtc.v2.dto that return HitbtcSortModifier and TypeMethodDescriptionstatic HitbtcSortReturns the enum constant of this class with the specified name.static HitbtcSort[]HitbtcSort.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HitbtcSort in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service with parameters of type HitbtcSortModifier and TypeMethodDescriptionHitbtcMarketDataServiceRaw.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) HitbtcTradeServiceRaw.getTradeHistoryRaw(String symbol, HitbtcSort sort, Long fromId, Long tillId, Integer limit, long offset) HitbtcTradeServiceRaw.getTradeHistoryRaw(String symbol, HitbtcSort sort, Date from, Date till, Integer limit, long offset) HitbtcMarketDataService.getTradesCustom(CurrencyPair currencyPair, long fromTradeId, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long limit) HitbtcAccountServiceRaw.getTransactions(String currency, HitbtcSort sort, Long fromIndex, Long tillIndex, Integer limit, Integer offset) HitbtcAccountServiceRaw.getTransactions(String currency, HitbtcSort sort, Date from, Date till, Integer limit, Integer offset)