Uses of Enum
org.knowm.xchange.hitbtc.v2.dto.HitbtcTrade.HitbtcTradesSortField
Packages that use HitbtcTrade.HitbtcTradesSortField
-
Uses of HitbtcTrade.HitbtcTradesSortField in org.knowm.xchange.hitbtc.v2.dto
Methods in org.knowm.xchange.hitbtc.v2.dto that return HitbtcTrade.HitbtcTradesSortFieldModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static HitbtcTrade.HitbtcTradesSortField[]
HitbtcTrade.HitbtcTradesSortField.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HitbtcTrade.HitbtcTradesSortField in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service with parameters of type HitbtcTrade.HitbtcTradesSortFieldModifier 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) HitbtcMarketDataService.getTradesCustom
(CurrencyPair currencyPair, long fromTradeId, HitbtcTrade.HitbtcTradesSortField sortBy, HitbtcSort sortDirection, long limit)