Table of Contents

Class BuySellSettings

Namespace
StockSharp.Studio.Controls
Assembly
StockSharp.Studio.Controls.dll
public class BuySellSettings : NotifiableObject, IPersistable
Inheritance
BuySellSettings
Implements
IPersistable
Extension Methods

Constructors

BuySellSettings()

public BuySellSettings()

Properties

Depth

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str1660", Description = "Str3195", Order = 3)]
public int Depth { get; set; }

Property Value

int

IsBidsOnTop

[Display(ResourceType = typeof(LocalizedStrings), Name = "BidsOnTop", Description = "BidsOnTopDesc", Order = 8)]
public bool IsBidsOnTop { get; set; }

Property Value

bool

LimitPrice

[Browsable(false)]
public decimal LimitPrice { get; set; }

Property Value

decimal

Portfolio

[Display(ResourceType = typeof(LocalizedStrings), Name = "Portfolio", Description = "Str1997", Order = 1)]
public Portfolio Portfolio { get; set; }

Property Value

Portfolio

PriceTextFormat

[Display(ResourceType = typeof(LocalizedStrings), Name = "PriceStep", Description = "PriceTextFormat", Order = 9)]
public string PriceTextFormat { get; set; }

Property Value

string

Security

[Display(ResourceType = typeof(LocalizedStrings), Name = "Security", Description = "Str3192", Order = 0)]
public Security Security { get; set; }

Property Value

Security

ShowBoardColumn

[Display(ResourceType = typeof(LocalizedStrings), Name = "Board", Description = "ShowBoardColumn", Order = 7)]
public bool ShowBoardColumn { get; set; }

Property Value

bool

ShowCancelAll

[Display(ResourceType = typeof(LocalizedStrings), Name = "CancelAll", Description = "Str3196", Order = 4)]
public bool ShowCancelAll { get; set; }

Property Value

bool

ShowLimitOrderPanel

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str3197", Description = "Str3198", Order = 5)]
public bool ShowLimitOrderPanel { get; set; }

Property Value

bool

ShowMarketOrderPanel

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOrders", Description = "Str3199", Order = 6)]
public bool ShowMarketOrderPanel { get; set; }

Property Value

bool

Volume

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str3193", Description = "Str3194", Order = 2)]
public decimal Volume { get; set; }

Property Value

decimal

VolumeTextFormat

[Display(ResourceType = typeof(LocalizedStrings), Name = "VolumeStep", Description = "VolumeTextFormat", Order = 10)]
public string VolumeTextFormat { get; set; }

Property Value

string

Methods

Load(SettingsStorage)

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Save(SettingsStorage)

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Events

ValueChanged

public event Action<string, object, object> ValueChanged

Event Type

Action<string, object, object>