Click or drag to resize

IBar Interface

Bar item of a IBars object

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IBar

The IBar type exposes the following members.

Properties
 NameDescription
Public propertyBarCountSinceSession Bar count since Session
Public propertyClose Gets the close price
Public propertyCurrentBar Current bar index
Public propertyHigh Gets the high price
Public propertyIsFirstBarOfSession Is first bar of the Session
Public propertyLow Gets the low price
Public propertyOpen Gets the open price
Public propertyOpenInterest Gets the open interest
Public propertyTime Gets the time stamp
Public propertyVolume Gets the volume
Top
See Also