| Package | Description |
|---|---|
| com.xeiam.xchange.poloniex | |
| com.xeiam.xchange.poloniex.dto.trade | |
| com.xeiam.xchange.poloniex.service.polling |
| Modifier and Type | Method and Description |
|---|---|
PoloniexPublicTrade[] |
Poloniex.getTrades(String command,
String currencyPair,
Long startTime,
Long endTime) |
| Modifier and Type | Method and Description |
|---|---|
static Trade |
PoloniexAdapters.adaptPoloniexPublicTrade(PoloniexPublicTrade poloniexTrade,
CurrencyPair currencyPair) |
static Trades |
PoloniexAdapters.adaptPoloniexPublicTrades(PoloniexPublicTrade[] poloniexPublicTrades,
CurrencyPair currencyPair) |
| Modifier and Type | Method and Description |
|---|---|
List<PoloniexPublicTrade> |
PoloniexTradeResponse.getPoloniexPublicTrades() |
| Constructor and Description |
|---|
PoloniexTradeResponse(Integer orderNumber,
List<PoloniexPublicTrade> resultingTrades) |
| Modifier and Type | Method and Description |
|---|---|
PoloniexPublicTrade[] |
PoloniexMarketDataServiceRaw.getPoloniexPublicTrades(CurrencyPair currencyPair) |
PoloniexPublicTrade[] |
PoloniexMarketDataServiceRaw.getPoloniexPublicTrades(CurrencyPair currencyPair,
Long startTime,
Long endTime) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.