Class PortfoliosPanel
Inheritance
PortfoliosPanel
Implements
Ecng.Serialization.IPersistable
Assembly: StockSharp.Studio.Controls.dll
Syntax
[DisplayNameLoc("Portfolios")]
[DescriptionLoc("Str3269", false)]
public class PortfoliosPanel : BaseStudioControl, IStudioControl, IPersistable, IDisposable, INotifyPropertyChanged, IComponentConnector
Constructors
PortfoliosPanel()
Declaration
Fields
ClosePositionCommand
Declaration
public static RoutedCommand ClosePositionCommand
Field Value
RevertPositionCommand
Declaration
public static RoutedCommand RevertPositionCommand
Field Value
Declaration
public static readonly DependencyProperty ShowToolBarProperty
Field Value
WithdrawCommand
Declaration
public static RoutedCommand WithdrawCommand
Field Value
Properties
Declaration
public bool ShowToolBar { get; set; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
InitializeComponent()
Declaration
public void InitializeComponent()
Load(SettingsStorage)
Declaration
public override void Load(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Save(SettingsStorage)
Declaration
public override void Save(SettingsStorage storage)
Parameters
Type |
Name |
Description |
Ecng.Serialization.SettingsStorage |
storage |
|
Overrides
Implements
Ecng.Serialization.IPersistable
Extension Methods