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
BasketExpression
Basket security expression. Can be null in case of regular security.
public override string BasketExpression { get; set; }
Property Value
InnerSecurityIds
Instruments, from which this basket is created.
[Browsable(false)]
public abstract IEnumerable<SecurityId> InnerSecurityIds { get; }
Property Value
Methods
FromSerializedString(string)
Load security state from text
.
protected abstract void FromSerializedString(string text)
Parameters
text
stringValue, received from ToSerializedString().
ToSerializedString()
Save security state to string.
protected abstract string ToSerializedString()
Returns
- string
String.