Package velox.api.layer1.utils
Class CalculatePricesResult
java.lang.Object
velox.api.layer1.utils.CalculatePricesResult
public class CalculatePricesResult
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description doubleemptyBottomdoubleemptyTopdoublefirstValuejava.lang.String[]labelsdoublelastValuedoublemultiplierdoublepriceStep -
Constructor Summary
Constructors Constructor Description CalculatePricesResult() -
Method Summary
Modifier and Type Method Description doublegetScore()booleanisBetterThan(CalculatePricesResult other)java.lang.StringtoString()
-
Field Details
-
labels
public java.lang.String[] labels -
firstValue
public double firstValue -
lastValue
public double lastValue -
multiplier
public double multiplier -
emptyTop
public double emptyTop -
emptyBottom
public double emptyBottom -
priceStep
public double priceStep
-
-
Constructor Details
-
CalculatePricesResult
public CalculatePricesResult()
-
-
Method Details
-
getScore
public double getScore() -
isBetterThan
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-