Show / Hide Table of Contents

Class DdeCustomTable

Описание DDE экспорта произвольной таблицы.

Inheritance
Object
DdeCustomTable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: StockSharp.Quik
Assembly: StockSharp.Quik.dll
Syntax
public sealed class DdeCustomTable

Constructors

DdeCustomTable(Schema)

Создать DdeCustomTable.

Declaration
public DdeCustomTable(Schema schema)
Parameters
Type Name Description
Ecng.Serialization.Schema schema

Схема бизнес-объекта.

DdeCustomTable(Type)

Создать DdeCustomTable.

Declaration
public DdeCustomTable(Type entityType)
Parameters
Type Name Description
Type entityType

Тип бизнес-объекта.

Remarks

Тип необходимо пометить атрибутом DdeCustomTableAttribute для указания названия Quik таблицы.

DdeCustomTable(Type, String)

Создать DdeCustomTable.

Declaration
public DdeCustomTable(Type entityType, string tableName)
Parameters
Type Name Description
Type entityType

Тип бизнес-объекта.

String tableName

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

Properties

ColumnsCaption

Выводить в качестве первой строки заголовки столбцов таблицы QUIK.

Declaration
public bool ColumnsCaption { get; set; }
Property Value
Type Description
Boolean

EmptyCells

Оставлять пустыми (не заполнять числовыми значениями) ячейки, содержащие нулевые значения.

Declaration
public bool EmptyCells { get; set; }
Property Value
Type Description
Boolean

FormalValues

Выводить в качестве заголовков их системные (служебные) наименования. Может использоваться для удобства программирования.

Declaration
public bool FormalValues { get; set; }
Property Value
Type Description
Boolean

RowsCaption

Выводить в качестве первой колонки заголовки строк таблицы QUIK.

Declaration
public bool RowsCaption { get; set; }
Property Value
Type Description
Boolean

Schema

Схема бизнес-объекта.

Declaration
public Schema Schema { get; }
Property Value
Type Description
Ecng.Serialization.Schema

TableName

Название таблицы в QUIK.

Declaration
public string TableName { get; set; }
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.
☀
☾