Show / Hide Table of Contents

Class QuickOrderPanel

Панель быстрой регистрации заявок.

Inheritance
Object
QuickOrderPanel
Implements
IComponentConnector
Ecng.Serialization.IPersistable
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class QuickOrderPanel : UserControl, IComponentConnector, IPersistable

Constructors

QuickOrderPanel()

Создать QuickOrderPanel.

Declaration
public QuickOrderPanel()

Fields

BuyBackgroundProperty

Фон кнопки покупки.

Declaration
public static readonly DependencyProperty BuyBackgroundProperty
Field Value
Type Description
DependencyProperty

BuyText1Property

Grey part of price on buy button.

Declaration
public static readonly DependencyProperty BuyText1Property
Field Value
Type Description
DependencyProperty

BuyText2ColorProperty

Color of the colored buy text (green/red).

Declaration
public static readonly DependencyProperty BuyText2ColorProperty
Field Value
Type Description
DependencyProperty

BuyText2Property

Colored part of price on buy button.

Declaration
public static readonly DependencyProperty BuyText2Property
Field Value
Type Description
DependencyProperty

SecurityProperty

Инструмент стакана.

Declaration
public static readonly DependencyProperty SecurityProperty
Field Value
Type Description
DependencyProperty

SellBackgroundProperty

Фон кнопки продажи.

Declaration
public static readonly DependencyProperty SellBackgroundProperty
Field Value
Type Description
DependencyProperty

SellText1Property

Grey part of price on sell button.

Declaration
public static readonly DependencyProperty SellText1Property
Field Value
Type Description
DependencyProperty

SellText2ColorProperty

Color of the colored sell text (green/red).

Declaration
public static readonly DependencyProperty SellText2ColorProperty
Field Value
Type Description
DependencyProperty

SellText2Property

Colored part of price on sell button.

Declaration
public static readonly DependencyProperty SellText2Property
Field Value
Type Description
DependencyProperty

SpreadTextProperty

Текст спреда.

Declaration
public static readonly DependencyProperty SpreadTextProperty
Field Value
Type Description
DependencyProperty

VolumeProperty

Значение выбранного объема.

Declaration
public static readonly DependencyProperty VolumeProperty
Field Value
Type Description
DependencyProperty

Properties

BuyBackground

Фон кнопки покупки.

Declaration
public Brush BuyBackground { get; set; }
Property Value
Type Description
Brush

BuyCaps

BUY

Declaration
public string BuyCaps { get; }
Property Value
Type Description
String

Security

Инструмент стакана.

Declaration
public Security Security { get; set; }
Property Value
Type Description
Security

SellBackground

Фон кнопки продажи.

Declaration
public Brush SellBackground { get; set; }
Property Value
Type Description
Brush

SellCaps

SELL

Declaration
public string SellCaps { get; }
Property Value
Type Description
String

Methods

InitializeComponent()

InitializeComponent

Declaration
public void InitializeComponent()

Load(SettingsStorage)

Загрузить настройки.

Declaration
public void Load(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

Save(SettingsStorage)

Сохранить настройки.

Declaration
public void Save(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

Events

RegisterOrder

Событие регистрации заявки.

Declaration
public event Action<Order> RegisterOrder
Event Type
Type Description
Action<Order>

SettingsChanged

Событие изменения настроек панели.

Declaration
public event Action SettingsChanged
Event Type
Type Description
Action

Implements

System.Windows.Markup.IComponentConnector
Ecng.Serialization.IPersistable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
Extensions.TryGet<TMessage, TChange>(TMessage, TChange)
Extensions.TryGetDecimal<TMessage, TChange>(TMessage, TChange)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Object)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Decimal)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int32)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Int64)
Extensions.Add<TMessage, TChange>(TMessage, TChange, SecurityStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<SecurityStates>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, String)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Sides)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Sides>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, CurrencyTypes)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<CurrencyTypes>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, PortfolioStates)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<PortfolioStates>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, DateTimeOffset)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<DateTimeOffset>)
Extensions.Add<TMessage, TChange>(TMessage, TChange, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Boolean>)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Decimal, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Decimal>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int32, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int32>, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Int64, Boolean)
Extensions.TryAdd<TMessage, TChange>(TMessage, TChange, Nullable<Int64>, Boolean)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾