Uses of Class
org.knowm.xchange.bitstamp.dto.marketdata.BitstampTransaction
Packages that use BitstampTransaction
-
Uses of BitstampTransaction in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampTransactionModifier and TypeMethodDescriptionBitstampV2.getTransactions(BitstampV2.Pair pair, BitstampMarketDataServiceRaw.BitstampTime time) Returns descending list of transactions.Methods in org.knowm.xchange.bitstamp with parameters of type BitstampTransactionModifier and TypeMethodDescriptionstatic TradeBitstampAdapters.adaptTrade(BitstampTransaction tx, CurrencyPair currencyPair, int timeScale) Adapts a Transaction to a Trade Objectstatic TradesBitstampAdapters.adaptTrades(BitstampTransaction[] transactions, CurrencyPair currencyPair) Adapts a Transaction[] to a Trades Object -
Uses of BitstampTransaction in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service that return BitstampTransactionModifier and TypeMethodDescriptionBitstampMarketDataServiceRaw.getTransactions(CurrencyPair pair, BitstampMarketDataServiceRaw.BitstampTime time)