QuoteSeries Class
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.
Name | Description | |
---|---|---|
QuoteSeries(string, int) | Initializes a new instance of the QuoteSeries class. | |
QuoteSeries(int) | Initializes a new instance of the QuoteSeries class. |
Name | Description | |
---|---|---|
Count | Gets the count. | |
Description | ||
FirstDateTime | Gets the first date time. | |
Item(int) | Gets the Quote at the specified index. | |
LastDateTime | Gets the last date time. | |
MaxLength | ||
Name |
Name | Description | |
---|---|---|
Add(Quote) | Adds the specified quote. | |
Clear() | Clears this instance. | |
Compress(InputType, BarType, long) | ||
Contains(DateTime) | ||
GetEnumerator() | Returns an enumerator that iterates through the collection. | |
GetIndex(DateTime, IndexOption) | Gets the index. |