Class LykkePrices

java.lang.Object
org.knowm.xchange.lykke.dto.marketdata.LykkePrices

public class LykkePrices extends Object
  • Constructor Details

    • LykkePrices

      public LykkePrices(double volume, double price)
  • Method Details

    • getVolume

      public double getVolume()
    • getPrice

      public double getPrice()
    • toString

      public String toString()
      Overrides:
      toString in class Object