TickSeries Class
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.
| Name | Description | |
|---|---|---|
|
TickSeries(int) | |
|
TickSeries(string, string, int) | Initializes a new instance of the TickSeries class. |
| Name | Description | |
|---|---|---|
|
Count | Gets the count. |
|
Description | |
|
FirstDateTime | Datetime of the first item in this time array |
|
Indicators | |
|
Item(DateTime, SearchOption) | |
|
Item(int) | Gets the Tick at the specified index. |
|
LastDateTime | Datetime of the last item in this time array |
|
MaxLength | |
|
Name |
| Name | Description | |
|---|---|---|
|
Add(Tick) | Adds the specified tick. |
|
Ago(int) | |
|
Clear() | Clears this instance. |
|
Compress(BarType, long) | |
|
Compress(TimeSpan, TimeSpan) | |
|
Contains(DateTime) | |
|
GetDateTime(int) | |
|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
|
GetIndex(DateTime, IndexOption) | Gets the index. |
|
GetMax() | Gets the maximum. |
|
GetMax(DateTime, DateTime) | Gets the maximum. |
|
GetMax(int, int) | |
|
GetMin() | Gets the minimum. |
|
GetMin(DateTime, DateTime) | Gets the minimum. |
|
GetMin(int, int) |