Table of Contents

Interface IConnectorHydraTask

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

Interface that describes a task working via IMessageAdapter.

public interface IConnectorHydraTask
Extension Methods

Properties

Adapter

Message adapter instance used by the task.

IMessageAdapter Adapter { get; }

Property Value

IMessageAdapter