Table of Contents

Class BasketSecurity

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Instruments basket.

[DataContract]
public abstract class BasketSecurity : Security, INotifyPropertyChanged
Inheritance
BasketSecurity
Implements
Derived
Inherited Members
Extension Methods

Constructors

BasketSecurity()

Initialize BasketSecurity.

protected BasketSecurity()

Properties

BasketCode

Basket security type. Can be null in case of regular security.

public override string BasketCode { get; }

Property Value

string

BasketExpression

Basket security expression. Can be null in case of regular security.

public override string BasketExpression { get; set; }

Property Value

string

InnerSecurityIds

Instruments, from which this basket is created.

[Browsable(false)]
public abstract IEnumerable<SecurityId> InnerSecurityIds { get; }

Property Value

IEnumerable<SecurityId>

Methods

FromSerializedString(string)

Load security state from text.

protected abstract void FromSerializedString(string text)

Parameters

text string

Value, received from ToSerializedString().

ToSerializedString()

Save security state to string.

protected abstract string ToSerializedString()

Returns

string

String.