Table of Contents

Class BindCommand

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

Constructors

BindCommand(Strategy, IStudioControl)

public BindCommand(Strategy source, IStudioControl control)

Parameters

source Strategy
control IStudioControl

Properties

Control

public IStudioControl Control { get; }

Property Value

IStudioControl

IsInteractive

public bool IsInteractive { get; set; }

Property Value

bool

Source

public Strategy Source { get; }

Property Value

Strategy

Methods

CheckControl(IStudioControl)

public bool CheckControl(IStudioControl control)

Parameters

control IStudioControl

Returns

bool