Struct RenkoBarValue
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Represents a CHLOV candle struct.
public struct RenkoBarValue : DataStruct, ICloneable
- Implements
- Inherited Members
- Extension Methods
Fields
Close
public double Close
Field Value
High
public double High
Field Value
Low
public double Low
Field Value
Open
public double Open
Field Value
Properties
public const int Properties = 6
Field Value
Size
public double Size
Field Value
Volume
public double Volume
Field Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.