Table of Contents

Class HydraTaskInfo

Namespace
StockSharp.Hydra.Core
Assembly
StockSharp.Hydra.Core.dll

Task settings.

public class HydraTaskInfo
Inheritance
HydraTaskInfo
Inherited Members
Extension Methods

Constructors

HydraTaskInfo(Guid, string, SettingsStorage)

Initializes a new instance of the HydraTaskInfo.

public HydraTaskInfo(Guid id, string taskType, SettingsStorage settings)

Parameters

id Guid

Task id.

taskType string

Task type.

settings SettingsStorage

Task settings.

Properties

Id

Task id.

public Guid Id { get; }

Property Value

Guid

Settings

Task settings.

public SettingsStorage Settings { get; }

Property Value

SettingsStorage

TaskType

Task type.

public string TaskType { get; }

Property Value

string