Show / Hide Table of Contents

Class DdeCustomTableAttribute

Атрибут для задания имени таблицы, которую необходимо обрабатывать и конвертировать в бизнес-объект.

Inheritance
Object
DdeCustomTableAttribute
Namespace: StockSharp.Quik
Assembly: StockSharp.Quik.dll
Syntax
public class DdeCustomTableAttribute : EntityAttribute

Constructors

DdeCustomTableAttribute(String)

Создать атрибут.

Declaration
public DdeCustomTableAttribute(string ddeTableName)
Parameters
Type Name Description
String ddeTableName

Название таблицы, передаваемой через DDE.

Properties

DdeTableName

Название таблицы, передаваемой через DDE.

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

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
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.
☀
☾