The BarData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BarData | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a copy of this BarData class.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Ask |
Ask price for this bar.
| |
| BarStartTime |
Date and time of this bar.
| |
| Bid |
Bid price for this price.
| |
| Close |
Close price for this bar.
| |
| EmptyBar |
Indicator determining if this bar is empty. True if it is empty, otherwise false.
| |
| High |
High price for this bar.
| |
| Low |
Low price for this bar.
| |
| Open |
Open price for this bar.
| |
| OpenInterest |
Open Interest for this bar.
| |
| PriceDateTime | Obsolete. | |
| Volume |
Volume for this bar.
|