Bar Class |
public sealed class Bar : BarBase
The Bar type exposes the following members.
Name | Description | |
---|---|---|
![]() | BarCountSinceSession |
Gets the bar count since session
(Inherited from BarBase) |
![]() | Close |
Gets the close price
(Inherited from BarBase) |
![]() | CurrentBar |
Gets the current bar
(Inherited from BarBase) |
![]() | High |
Gets the high price
(Inherited from BarBase) |
![]() | IsFirstBarOfSession |
Determines if its the first session of the bar
(Inherited from BarBase) |
![]() | Low |
Gets the low price
(Inherited from BarBase) |
![]() | Open |
Gets the open price
(Inherited from BarBase) |
![]() | OpenInterest |
Gets the open interest, if any
(Inherited from BarBase) |
![]() | Time |
Gets the time stamp
(Inherited from BarBase) |
![]() | Volume |
Gets the volume
(Inherited from BarBase) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | (Inherited from BarBase) |