Show / Hide Table of Contents

Class CreateSecurityCommand

Inheritance
Object
BaseStudioCommand
CreateSecurityCommand
Implements
IStudioCommand
Inherited Members
BaseStudioCommand.IsPersistent
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class CreateSecurityCommand : BaseStudioCommand, IStudioCommand

Constructors

CreateSecurityCommand(Type)

Declaration
public CreateSecurityCommand(Type securityType)
Parameters
Type Name Description
Type securityType

Properties

PossibleDirection

Declaration
public override StudioCommandDirections PossibleDirection { get; }
Property Value
Type Description
StudioCommandDirections
Overrides
BaseStudioCommand.PossibleDirection

Security

Declaration
public Security Security { get; set; }
Property Value
Type Description
Security

SecurityType

Declaration
public Type SecurityType { get; }
Property Value
Type Description
Type

Implements

IStudioCommand

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
StudioCommandHelper.Top<TCommand>(TCommand)
StudioCommandHelper.Deep<TCommand>(TCommand)
StudioCommandHelper.Direction<TCommand>(TCommand, StudioCommandDirections)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾