Table of Contents

Struct BarValue

Namespace
FinanceSharp
Assembly
FinanceSharp.dll

Represents a CHLO candle struct.

public struct BarValue : DataStruct, ICloneable
Implements
Inherited Members
Extension Methods

Constructors

BarValue(double, double, double, double)

public BarValue(double close, double high, double low, double open)

Parameters

close double
high double
low double
open double

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 = 4

Field Value

int

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.