TickSeries Class

Class TickSeries.
public class TickSeries : IDataSeries
ISeries
IEnumerable<Tick>
This language is not supported or no code example is available.
public ref class TickSeries  : public IDataSeries^, 
public ISeries^, 
public IEnumerable<Tick^>^
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 TickSeries(int)
Public constructor TickSeries(string, string, int) Initializes a new instance of the TickSeries class.
Top
Name Description
Public property Count Gets the count.
Public property Description
Public property FirstDateTime Datetime of the first item in this time array
Public property Indicators
Public property Item(DateTime, SearchOption)
Public property Item(int) Gets the Tick at the specified index.
Public property LastDateTime Datetime of the last item in this time array
Public property MaxLength
Public property Name
Top
Methods
 
Name Description
Public method Add(Tick) Adds the specified tick.
Public method Ago(int)
Public method Clear() Clears this instance.
Public method Compress(BarType, long)
Public method Compress(TimeSpan, TimeSpan)
Public method Contains(DateTime)
Public method GetDateTime(int)
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Public method GetIndex(DateTime, IndexOption) Gets the index.
Public method GetMax() Gets the maximum.
Public method GetMax(DateTime, DateTime) Gets the maximum.
Public method GetMax(int, int)
Public method GetMin() Gets the minimum.
Public method GetMin(DateTime, DateTime) Gets the minimum.
Public method GetMin(int, int)
Top

In this article

Definition