IPrice |
public interface IPriceSeries : ISeries<double>
The IPriceSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Count of the collection
(Inherited from ISeriesT) | |
| DisplayName |
Display name
(Inherited from ISeriesT) | |
| Item |
Gets the value of the specified index
(Inherited from ISeriesT) | |
| Last |
Gets the most recent value. This is valid only when the T is a Double (Inherited from ISeriesT) | |
| Owner | IndicatorBase. Properties like Calculate are derived from the owner
(Inherited from ISeriesT) | |
| Parent |
The parent IBar (Inherited from ISeriesT) | |
| PriceType | Gets the PriceType |