WeightedPortfolio
StockSharp.Algo
Portfolios Korb basierend auf den Gewichten Gewichte.
Erbt von: BasketPortfolio
Konstruktoren
WeightedPortfolio
public WeightedPortfolio(IConnector connector)
weightedPortfolio = WeightedPortfolio(connector)
Initialisiert eine neue Instanz von WeightedPortfolio.
- connector
- Die Verbindung der Interaktion mit Handelssystemen.
Eigenschaften
InnerPortfolios
public override IEnumerable<Portfolio> InnerPortfolios { get; }
value = weightedPortfolio.InnerPortfolios
Portfolios, aus denen dieser Korb erstellt wird.
InnerPositions
public override IEnumerable<BasketPosition> InnerPositions { get; }
value = weightedPortfolio.InnerPositions
Positionen, aus denen dieser Korb erstellt wird.
Weights
public SynchronizedDictionary<Portfolio, decimal> Weights { get; }
value = weightedPortfolio.Weights
Instrumente und ihre Gewichtungskoeffizienten im Korb.