Table of Contents

Class BasketPosition

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

The basket with positions which belong to BasketPortfolio.

public abstract class BasketPosition : Position, ILocalTimeMessage, IServerTimeMessage
Inheritance
BasketPosition
Implements
Inherited Members
Extension Methods

Constructors

BasketPosition()

protected BasketPosition()

Properties

InnerPositions

Positions from which this basket is created.

public abstract IEnumerable<Position> InnerPositions { get; }

Property Value

IEnumerable<Position>