Table of Contents

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

double

High

public double High

Field Value

double

Low

public double Low

Field Value

double

Open

public double Open

Field Value

double

Properties

public const int Properties = 6

Field Value

int

Size

public double Size

Field Value

double

Volume

public double Volume

Field Value

double

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.