Packages

final class Candlestick extends Trace with Product with Serializable

Linear Supertypes
Trace, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Candlestick
  2. Trace
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Candlestick()
  2. new Candlestick(x: Option[Sequence], close: Option[Sequence], high: Option[Sequence], low: Option[Sequence], open: Option[Sequence], decreasing: Option[Marker], increasing: Option[Marker], line: Option[Marker], xaxis: Option[AxisReference], yaxis: Option[AxisReference])

Value Members

  1. def canEqual(obj: Any): Boolean
    Definition Classes
    Candlestick → Equals
  2. val close: Option[Sequence]
  3. val decreasing: Option[Marker]
  4. def equals(obj: Any): Boolean
    Definition Classes
    Candlestick → Equals → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    Candlestick → AnyRef → Any
  6. val high: Option[Sequence]
  7. val increasing: Option[Marker]
  8. val line: Option[Marker]
  9. val low: Option[Sequence]
  10. val open: Option[Sequence]
  11. def productArity: Int
    Definition Classes
    Candlestick → Product
  12. def productElement(n: Int): Any
    Definition Classes
    Candlestick → Product
  13. def productIterator: Iterator[Any]
    Definition Classes
    Product
  14. def productPrefix: String
    Definition Classes
    Candlestick → Product
  15. def toString(): String
    Definition Classes
    Candlestick → AnyRef → Any
  16. def withClose(close: Sequence): Candlestick
  17. def withClose(close: Option[Sequence]): Candlestick
  18. def withDecreasing(decreasing: Marker): Candlestick
  19. def withDecreasing(decreasing: Option[Marker]): Candlestick
  20. def withHigh(high: Sequence): Candlestick
  21. def withHigh(high: Option[Sequence]): Candlestick
  22. def withIncreasing(increasing: Marker): Candlestick
  23. def withIncreasing(increasing: Option[Marker]): Candlestick
  24. def withLine(line: Marker): Candlestick
  25. def withLine(line: Option[Marker]): Candlestick
  26. def withLow(low: Sequence): Candlestick
  27. def withLow(low: Option[Sequence]): Candlestick
  28. def withOpen(open: Sequence): Candlestick
  29. def withOpen(open: Option[Sequence]): Candlestick
  30. def withX(x: Sequence): Candlestick
  31. def withX(x: Option[Sequence]): Candlestick
  32. def withXaxis(xaxis: AxisReference): Candlestick
  33. def withXaxis(xaxis: Option[AxisReference]): Candlestick
  34. def withYaxis(yaxis: AxisReference): Candlestick
  35. def withYaxis(yaxis: Option[AxisReference]): Candlestick
  36. val x: Option[Sequence]
  37. val xaxis: Option[AxisReference]
  38. val yaxis: Option[AxisReference]