Table of Contents

Class AlfaTimeFrames

Namespace
StockSharp.AlfaDirect
Assembly
StockSharp.AlfaDirect.dll

Тайм-фреймы для исторических свечек Альфа-Директ.

public sealed class AlfaTimeFrames
Inheritance
AlfaTimeFrames
Inherited Members
Extension Methods

Properties

AllTimeFrames

Возможные тайм-фреймы.

public static IEnumerable<TimeSpan> AllTimeFrames { get; }

Property Value

IEnumerable<TimeSpan>

Day

Дневной тайм-фрейм.

public static TimeSpan Day { get; }

Property Value

TimeSpan

Hour

Часовой тайм-фрейм.

public static TimeSpan Hour { get; }

Property Value

TimeSpan

Minute1

Минутный тайм-фрейм.

public static TimeSpan Minute1 { get; }

Property Value

TimeSpan

Minute10

Десяти минутный тайм-фрейм.

public static TimeSpan Minute10 { get; }

Property Value

TimeSpan

Minute15

Пятнадцати минутный тайм-фрейм.

public static TimeSpan Minute15 { get; }

Property Value

TimeSpan

Minute30

Тридцати минутный тайм-фрейм.

public static TimeSpan Minute30 { get; }

Property Value

TimeSpan

Minute5

Пяти минутный тайм-фрейм.

public static TimeSpan Minute5 { get; }

Property Value

TimeSpan

Month

Месячный тайм-фрейм.

public static TimeSpan Month { get; }

Property Value

TimeSpan

Week

Недельный тайм-фрейм.

public static TimeSpan Week { get; }

Property Value

TimeSpan

Year

Годовой тайм-фрейм.

public static TimeSpan Year { get; }

Property Value

TimeSpan

Methods

ToString()

Привести объект AlfaTimeFrames к string значению.

public override string ToString()

Returns

string

string значение.

Operators

explicit operator TimeSpan(AlfaTimeFrames)

Привести объект AlfaTimeFrames к TimeSpan значению.

public static explicit operator TimeSpan(AlfaTimeFrames timeFrame)

Parameters

timeFrame AlfaTimeFrames

Объект AlfaTimeFrames.

Returns

TimeSpan

TimeSpan значение.

implicit operator AlfaTimeFrames(TimeSpan)

Привести TimeSpan значение к объекту AlfaTimeFrames.

public static implicit operator AlfaTimeFrames(TimeSpan value)

Parameters

value TimeSpan

TimeSpan значение.

Returns

AlfaTimeFrames

Объект AlfaTimeFrames.