BasketPosition
StockSharp.Algo
The basket with positions which belong to BasketPortfolio.
Inherits: Position
Properties
InnerPositions
public abstract IEnumerable<Position> InnerPositions { get; }
value = basketPosition.InnerPositions
Positions from which this basket is created.