Table of Contents

Class RefreshSecurities

Namespace
StockSharp.Studio.Core.Commands
Assembly
StockSharp.Studio.Core.dll
public class RefreshSecurities : BaseStudioCommand, IStudioCommand
Inheritance
RefreshSecurities
Implements
Inherited Members
Extension Methods

Constructors

RefreshSecurities(IMarketDataDrive, SecurityLookupMessage, Func<bool>, Action<int>, Action<int>)

public RefreshSecurities(IMarketDataDrive drive, SecurityLookupMessage criteria, Func<bool> isCancelled, Action<int> progressChanged, Action<int> whenFinished)

Parameters

drive IMarketDataDrive
criteria SecurityLookupMessage
isCancelled Func<bool>
progressChanged Action<int>
whenFinished Action<int>

Properties

Criteria

public SecurityLookupMessage Criteria { get; }

Property Value

SecurityLookupMessage

Drive

public IMarketDataDrive Drive { get; }

Property Value

IMarketDataDrive

IsCancelled

public Func<bool> IsCancelled { get; }

Property Value

Func<bool>

ProgressChanged

public Action<int> ProgressChanged { get; }

Property Value

Action<int>

WhenFinished

public Action<int> WhenFinished { get; }

Property Value

Action<int>