Represents historical constract data as an array
Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesStockArray
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The StockArray type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StockArray |
For internal use only
|
Properties
| Name | Description | |
|---|---|---|
| Close |
The series of Close prices
| |
| DataPointStyle | ||
| DownTicks |
The series of Down Ticks
| |
| DownVolume |
The series of Down Volumes
| |
| High |
The series of High prices
| |
| ItemInt32 | ||
| ItemString | ||
| ItemInt32, Int32 | ||
| Low |
The series of Low prices
| |
| Open |
The series of Open prices
| |
| SeriesRef | ||
| SubseriesCount | ||
| Ticks |
The series of Ticks
| |
| Timestamps | ||
| UpTicks |
The series of Up Ticks
| |
| UpVolume |
The series of Up Volumes
| |
| Volume |
The series of Volumes
|
Methods
| 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.) | |
| IndexOf | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| CloseIndex |
The index of Close price series in the array
| |
| HighIndex |
The index of High price series in the array
| |
| LowIndex |
The index of Low price series in the array
| |
| OpenIndex |
The index of Open price series in the array
| |
| VolumeIndex |
The index of Volume series in the array
|
See Also