StockArray Class

GF Charts Help
Represents historical constract data as an array
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesStockArray

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class StockArray : ISeriesArray

The StockArray type exposes the following members.

Constructors

  NameDescription
Public methodStockArray
For internal use only
Top
Properties

  NameDescription
Public propertyClose
The series of Close prices
Public propertyDataPointStyle
Public propertyDownTicks
The series of Down Ticks
Public propertyDownVolume
The series of Down Volumes
Public propertyHigh
The series of High prices
Public propertyItemInt32
Public propertyItemString
Public propertyItemInt32, Int32
Public propertyLow
The series of Low prices
Public propertyOpen
The series of Open prices
Public propertySeriesRef
Public propertySubseriesCount
Public propertyTicks
The series of Ticks
Public propertyTimestamps
Public propertyUpTicks
The series of Up Ticks
Public propertyUpVolume
The series of Up Volumes
Public propertyVolume
The series of Volumes
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberCloseIndex
The index of Close price series in the array
Public fieldStatic memberHighIndex
The index of High price series in the array
Public fieldStatic memberLowIndex
The index of Low price series in the array
Public fieldStatic memberOpenIndex
The index of Open price series in the array
Public fieldStatic memberVolumeIndex
The index of Volume series in the array
Top
See Also

Reference