Class AscendexBarDto

java.lang.Object
org.knowm.xchange.ascendex.dto.marketdata.AscendexBarDto

public class AscendexBarDto extends Object
  • Constructor Details

  • Method Details

    • getTimestamp

      public Long getTimestamp()
    • getInterval

      public String getInterval()
    • getOpenPrice

      public String getOpenPrice()
    • getClosePrice

      public String getClosePrice()
    • getHighPrice

      public String getHighPrice()
    • getLowPrice

      public String getLowPrice()
    • getVolume

      public String getVolume()
    • toString

      public String toString()
      Overrides:
      toString in class Object