| Package | Description |
|---|---|
| org.knowm.xchange.binance.dto.marketdata | |
| org.knowm.xchange.binance.service |
| Modifier and Type | Method and Description |
|---|---|
KlineInterval |
BinanceKline.getInterval() |
static KlineInterval |
KlineInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KlineInterval[] |
KlineInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinanceKline(CurrencyPair pair,
KlineInterval interval,
Object[] obj) |
| Modifier and Type | Method and Description |
|---|---|
List<BinanceKline> |
BinanceMarketDataServiceRaw.klines(CurrencyPair pair,
KlineInterval interval) |
List<BinanceKline> |
BinanceMarketDataServiceRaw.klines(CurrencyPair pair,
KlineInterval interval,
Integer limit,
Long startTime,
Long endTime) |
BinanceKline |
BinanceMarketDataServiceRaw.lastKline(CurrencyPair pair,
KlineInterval interval) |
Copyright © 2012–2018 Knowm Inc.. All rights reserved.