final class Candlestick extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Candlestick
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Candlestick → Equals
- val close: Option[Sequence]
- val decreasing: Option[Marker]
-
def
equals(obj: Any): Boolean
- Definition Classes
- Candlestick → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Candlestick → AnyRef → Any
- val high: Option[Sequence]
- val increasing: Option[Marker]
- val line: Option[Marker]
- val low: Option[Sequence]
- val open: Option[Sequence]
-
def
productArity: Int
- Definition Classes
- Candlestick → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Candlestick → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Candlestick → Product
-
def
toString(): String
- Definition Classes
- Candlestick → AnyRef → Any
- def withClose(close: Sequence): Candlestick
- def withClose(close: Option[Sequence]): Candlestick
- def withDecreasing(decreasing: Marker): Candlestick
- def withDecreasing(decreasing: Option[Marker]): Candlestick
- def withHigh(high: Sequence): Candlestick
- def withHigh(high: Option[Sequence]): Candlestick
- def withIncreasing(increasing: Marker): Candlestick
- def withIncreasing(increasing: Option[Marker]): Candlestick
- def withLine(line: Marker): Candlestick
- def withLine(line: Option[Marker]): Candlestick
- def withLow(low: Sequence): Candlestick
- def withLow(low: Option[Sequence]): Candlestick
- def withOpen(open: Sequence): Candlestick
- def withOpen(open: Option[Sequence]): Candlestick
- def withX(x: Sequence): Candlestick
- def withX(x: Option[Sequence]): Candlestick
- def withXaxis(xaxis: AxisReference): Candlestick
- def withXaxis(xaxis: Option[AxisReference]): Candlestick
- def withYaxis(yaxis: AxisReference): Candlestick
- def withYaxis(yaxis: Option[AxisReference]): Candlestick
- val x: Option[Sequence]
- val xaxis: Option[AxisReference]
- val yaxis: Option[AxisReference]