Struct TradeBarValue
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Represents a CHLOV candle struct.
public struct TradeBarValue : DataStruct, ICloneable
- Implements
- Inherited Members
- Extension Methods
Constructors
TradeBarValue(double, double, double, double, double)
Initializes a new instance of the object class.
public TradeBarValue(double close, double high, double low, double open, double volume)
Parameters
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 = 5
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.