Click or drag to resize

BarBase Class

Base class for the bar item in a Bars
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 abstract class BarBase : IBar

The BarBase type exposes the following members.

Constructors
 NameDescription
Protected methodBarBase 
Top
Properties
 NameDescription
Public propertyBarCountSinceSession Gets the bar count since session
Public propertyClose Gets the close price
Public propertyCurrentBar Gets the current bar
Public propertyHigh Gets the high price
Public propertyIsFirstBarOfSession Determines if its the first session of the bar
Public propertyLow Gets the low price
Public propertyOpen Gets the open price
Public propertyOpenInterest Gets the open interest, if any
Public propertyTime Gets the time stamp
Public propertyVolume Gets the volume
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also