IPortfolioProvider

StockSharp.BusinessEntities

The portfolio provider interface.

Propiedades

Portfolios : IEnumerable<Portfolio>

Get all portfolios.

Métodos

LookupByPortfolioName(string) : Portfolio

To get the portfolio by the code name.

name
Portfolio code name.

Devuelve: The got portfolio. If there is no portfolio by given criteria, is returned.

Eventos

NewPortfolio : Action<Portfolio>

New portfolio received.

PortfolioChanged : Action<Portfolio>

Portfolio changed.