Class OkexCandleStick

java.lang.Object
org.knowm.xchange.okex.dto.marketdata.OkexCandleStick

public class OkexCandleStick extends Object
  • Constructor Details

    • OkexCandleStick

      public OkexCandleStick(com.fasterxml.jackson.databind.JsonNode node)
  • Method Details

    • getTimestamp

      public Long getTimestamp()
    • getOpenPrice

      public String getOpenPrice()
    • getClosePrice

      public String getClosePrice()
    • getHighPrice

      public String getHighPrice()
    • getLowPrice

      public String getLowPrice()
    • getVolume

      public String getVolume()
    • getVolumeCcy

      public String getVolumeCcy()