Class OkCoinKline
java.lang.Object
org.knowm.xchange.okcoin.dto.marketdata.OkCoinKline
public class OkCoinKline extends Object
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimal
amount
protected BigDecimal
close
protected Date
date
protected BigDecimal
height
protected BigDecimal
low
protected BigDecimal
open
-
Constructor Summary
Constructors Constructor Description OkCoinKline()
OkCoinKline(Object[] kline)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
BigDecimal
getClose()
Date
getDate()
BigDecimal
getHeight()
BigDecimal
getLow()
BigDecimal
getOpen()
String
toString()