QuoteSeries Class

Class QuoteSeries.
public class QuoteSeries : IDataSeries
IEnumerable<Quote>
This language is not supported or no code example is available.
public ref class QuoteSeries  : public IDataSeries^, 
public IEnumerable<Quote^>^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public constructor QuoteSeries(string, int) Initializes a new instance of the QuoteSeries class.
Public constructor QuoteSeries(int) Initializes a new instance of the QuoteSeries class.
Top
Name Description
Public property Count Gets the count.
Public property Description
Public property FirstDateTime Gets the first date time.
Public property Item(int) Gets the Quote at the specified index.
Public property LastDateTime Gets the last date time.
Public property MaxLength
Public property Name
Top
Methods
 
Name Description
Public method Add(Quote) Adds the specified quote.
Public method Clear() Clears this instance.
Public method Compress(InputType, BarType, long)
Public method Contains(DateTime)
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method GetIndex(DateTime, IndexOption) Gets the index.
Top

In this article

Definition