Show / Hide Table of Contents

Interface IPlazaRecord

Запись в потоке репликации.

Namespace: StockSharp.Plaza
Assembly: StockSharp.Plaza.dll
Syntax
public interface IPlazaRecord

Methods

GetByte(PlazaColumn)

Получить значение типа Byte.

Declaration
byte GetByte(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
Byte

Значение типа Byte.

GetDateTime(PlazaColumn)

Получить значение типа DateTime.

Declaration
DateTime GetDateTime(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
DateTime

Значение типа DateTime.

GetDecimal(PlazaColumn)

Получить значение типа Decimal.

Declaration
Decimal GetDecimal(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
Decimal

Значение типа Decimal.

GetInt(PlazaColumn)

Получить значение типа Int32.

Declaration
int GetInt(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
Int32

Значение типа Int32.

GetLong(PlazaColumn)

Получить значение типа Int64.

Declaration
long GetLong(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
Int64

Значение типа Int64.

GetString(PlazaColumn)

Получить значение типа String.

Declaration
string GetString(PlazaColumn column)
Parameters
Type Name Description
PlazaColumn column

Колонка.

Returns
Type Description
String

Значение типа 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.
☀
☾