Uses of Class
org.knowm.xchange.cexio.dto.marketdata.CexIOTrade
Package | Description |
---|---|
org.knowm.xchange.cexio | |
org.knowm.xchange.cexio.service |
-
Uses of CexIOTrade in org.knowm.xchange.cexio
Methods in org.knowm.xchange.cexio that return CexIOTrade Modifier and Type Method Description CexIOTrade[]
CexIO. getTrades(String tradeableIdentifier, String currency)
CexIOTrade[]
CexIO. getTradesSince(String tradeableIdentifier, String currency, long since)
Methods in org.knowm.xchange.cexio with parameters of type CexIOTrade Modifier and Type Method Description static Trade
CexIOAdapters. adaptTrade(CexIOTrade trade, CurrencyPair currencyPair)
Adapts a CexIOTrade to a Trade Objectstatic Trades
CexIOAdapters. adaptTrades(CexIOTrade[] cexioTrades, CurrencyPair currencyPair)
Adapts a CexIOTrade[] to a Trades Object -
Uses of CexIOTrade in org.knowm.xchange.cexio.service
Methods in org.knowm.xchange.cexio.service that return CexIOTrade Modifier and Type Method Description CexIOTrade[]
CexIOMarketDataServiceRaw. getCexIOTrades(CurrencyPair currencyPair, Long since)