BasketCodeAttribute

StockSharp.Algo

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

Inherits: Attribute

Constructors

BasketCodeAttribute
public BasketCodeAttribute(string code)
basketCodeAttribute = BasketCodeAttribute(code)

Initializes a new instance of the BasketCodeAttribute.

code
Basket type code.

Properties

Code
public string Code { get; }
value = basketCodeAttribute.Code

Basket type code.