Uses of Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcTransaction
Packages that use HitbtcTransaction
-
Uses of HitbtcTransaction in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return types with arguments of type HitbtcTransactionModifier and TypeMethodDescriptionHitbtcAuthenticated.transactions(String currency, String sort, String by, String from, String till, Integer limit, Integer offset) Methods in org.knowm.xchange.hitbtc.v2 with parameters of type HitbtcTransactionModifier and TypeMethodDescriptionstatic FundingRecordHitbtcAdapters.adapt(HitbtcTransaction transaction) -
Uses of HitbtcTransaction in org.knowm.xchange.hitbtc.v2.service
Methods in org.knowm.xchange.hitbtc.v2.service that return types with arguments of type HitbtcTransactionModifier and TypeMethodDescriptionHitbtcAccountServiceRaw.getTransactions(String currency, Integer limit, Integer offset) 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)