Uses of Class
org.knowm.xchange.hitbtc.v2.dto.HitbtcTransaction
Package | Description |
---|---|
org.knowm.xchange.hitbtc.v2 | |
org.knowm.xchange.hitbtc.v2.service |
-
Uses of HitbtcTransaction in org.knowm.xchange.hitbtc.v2
Methods in org.knowm.xchange.hitbtc.v2 that return types with arguments of type HitbtcTransaction Modifier and Type Method Description List<HitbtcTransaction>
HitbtcAuthenticated. 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 HitbtcTransaction Modifier and Type Method Description static FundingRecord
HitbtcAdapters. 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 HitbtcTransaction Modifier and Type Method Description List<HitbtcTransaction>
HitbtcAccountServiceRaw. getTransactions(String currency, Integer limit, Integer offset)
List<HitbtcTransaction>
HitbtcAccountServiceRaw. getTransactions(String currency, HitbtcSort sort, Long fromIndex, Long tillIndex, Integer limit, Integer offset)
List<HitbtcTransaction>
HitbtcAccountServiceRaw. getTransactions(String currency, HitbtcSort sort, Date from, Date till, Integer limit, Integer offset)