IPortfolioProvider
StockSharp.BusinessEntities
The portfolio provider interface.
プロパティ
Portfolios : IEnumerable<Portfolio>
Get all portfolios.
メソッド
LookupByPortfolioName(string) : Portfolio
To get the portfolio by the code name.
- name
- Portfolio code name.
戻り値: The got portfolio. If there is no portfolio by given criteria, is returned.
イベント
NewPortfolio : Action<Portfolio>
New portfolio received.
PortfolioChanged : Action<Portfolio>
Portfolio changed.