Class BasketCodeAttribute
Атрибут, применяемый к унаследованному от BasketSecurity классу, для предоставления кода типа корзины.
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 |