| Package | Description | 
|---|---|
| org.oxerr.okcoin.rest | 
 RESTful API implementation. 
 | 
| org.oxerr.okcoin.rest.dto.deserializer | 
 Deserializers. 
 | 
| org.oxerr.okcoin.rest.service | 
 Services. 
 | 
| org.oxerr.okcoin.websocket.dto | 
 Data transfer objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CandlestickChart | 
OKCoin.getCandlestickChart(String symbol,
                   String type,
                   Integer size,
                   Long since)
Get BTC/LTC candlestick data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CandlestickChart | 
CandlestickChartDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
           com.fasterxml.jackson.databind.DeserializationContext ctxt) | 
| Modifier and Type | Method and Description | 
|---|---|
CandlestickChart | 
OKCoinMarketDataServiceRaw.getCandlestickChart(String symbol,
                   String type,
                   Integer size,
                   Long since)
Get BTC/LTC Candlestick Data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CandlestickChart  | 
Copyright © 2013–2017. All rights reserved.