Constants that define a price type within a list of bars.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum BarElement |
| Visual Basic (Declaration) |
|---|
Public Enumeration BarElement |
| Visual C++ |
|---|
public enum class BarElement |
Members
| Member name | Description | |
|---|---|---|
| Open |
Open price for this bar
| |
| High |
High price for this bar
| |
| Low |
Low price for this bar
| |
| Close |
Close price for this bar
| |
| Volume |
Volume figure for this bar
| |
| Bid |
Last Bid value for this bar
| |
| Ask |
Last Ask value for this bar
| |
| BarDate |
Retrieves the date for this bar.
| |
| OpenInterest |
Retrieves the open interest value for this bar.
|