Uses of Class
org.knowm.xchange.btcturk.dto.marketdata.BTCTurkTrades
Packages that use BTCTurkTrades
-
Uses of BTCTurkTrades in org.knowm.xchange.btcturk
Methods in org.knowm.xchange.btcturk that return types with arguments of type BTCTurkTradesModifier and TypeMethodDescriptionMethods in org.knowm.xchange.btcturk with parameters of type BTCTurkTradesModifier and TypeMethodDescriptionstatic Trade
BTCTurkAdapters.adaptTrade
(BTCTurkTrades btcTurkTrade, CurrencyPair currencyPair) Adapts a BTCTurkTrade to a Trade ObjectMethod parameters in org.knowm.xchange.btcturk with type arguments of type BTCTurkTradesModifier and TypeMethodDescriptionstatic Trades
BTCTurkAdapters.adaptTrades
(List<BTCTurkTrades> btcTurkTrades, CurrencyPair currencyPair) Adapts a BTCTurkTrade[] to a Trades Object -
Uses of BTCTurkTrades in org.knowm.xchange.btcturk.service
Methods in org.knowm.xchange.btcturk.service that return types with arguments of type BTCTurkTradesModifier and TypeMethodDescriptionBTCTurkMarketDataServiceRaw.getBTCTurkTrades
(CurrencyPair pair, Integer last)