Table of Contents

Class BasketCodeAttribute

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Attribute, applied to derived from BasketSecurity class, to provide basket type code.

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class BasketCodeAttribute : Attribute
Inheritance
BasketCodeAttribute
Inherited Members
Extension Methods

Constructors

BasketCodeAttribute(string)

Initializes a new instance of the BasketCodeAttribute.

public BasketCodeAttribute(string code)

Parameters

code string

Basket type code.

Properties

Code

Basket type code.

public string Code { get; }

Property Value

string