Class FirstInitPortfoliosCommand
Implements
Namespace: StockSharp.Studio.Core.Commands
Assembly: StockSharp.Studio.Core.dll
Syntax
public class FirstInitPortfoliosCommand : BaseStudioCommand, IStudioCommand
Constructors
FirstInitPortfoliosCommand(IEnumerable<Portfolio>)
Declaration
public FirstInitPortfoliosCommand(IEnumerable<Portfolio> portfolios)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Portfolio> | portfolios |
Properties
Portfolios
Declaration
public IEnumerable<Portfolio> Portfolios { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Portfolio> |