Show / Hide Table of Contents

Class BasketCodeAttribute

Атрибут, применяемый к унаследованному от BasketSecurity классу, для предоставления кода типа корзины.

Inheritance
Object
BasketCodeAttribute
Namespace: StockSharp.Algo
Assembly: StockSharp.Algo.dll
Syntax
public class BasketCodeAttribute : Attribute

Constructors

BasketCodeAttribute(String)

Создать BasketCodeAttribute.

Declaration
public BasketCodeAttribute(string code)
Parameters
Type Name Description
String code

Basket type code.

Properties

Code

Basket type code.

Declaration
public string Code { get; }
Property Value
Type Description
String

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
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.
☀
☾