Click or drag to resize

Bar Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.ChartBarBase
    ArthaChitra.Model.ChartBar

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Bar : BarBase

The Bar type exposes the following members.

Constructors
 NameDescription
Public methodBar 
Top
Properties
 NameDescription
Public propertyBarCountSinceSession Gets the bar count since session
(Inherited from BarBase)
Public propertyClose Gets the close price
(Inherited from BarBase)
Public propertyCurrentBar Gets the current bar
(Inherited from BarBase)
Public propertyHigh Gets the high price
(Inherited from BarBase)
Public propertyIsFirstBarOfSession Determines if its the first session of the bar
(Inherited from BarBase)
Public propertyLow Gets the low price
(Inherited from BarBase)
Public propertyOpen Gets the open price
(Inherited from BarBase)
Public propertyOpenInterest Gets the open interest, if any
(Inherited from BarBase)
Public propertyTime Gets the time stamp
(Inherited from BarBase)
Public propertyVolume Gets the volume
(Inherited from BarBase)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Inherited from BarBase)
Top
See Also