Class OkexCandleStick
java.lang.Object
org.knowm.xchange.okex.dto.marketdata.OkexCandleStick
public class OkexCandleStick extends Object
-
Constructor Summary
Constructors Constructor Description OkexCandleStick(com.fasterxml.jackson.databind.JsonNode node)
-
Method Summary
Modifier and Type Method Description String
getClosePrice()
String
getHighPrice()
String
getLowPrice()
String
getOpenPrice()
Long
getTimestamp()
String
getVolume()
String
getVolumeCcy()
-
Constructor Details
-
OkexCandleStick
public OkexCandleStick(com.fasterxml.jackson.databind.JsonNode node)
-
-
Method Details
-
getTimestamp
-
getOpenPrice
-
getClosePrice
-
getHighPrice
-
getLowPrice
-
getVolume
-
getVolumeCcy
-