Show / Hide Table of Contents

Interface ISecurityRemoteExtendedStorage

Удаленное хранилище расширенной информации инструмента.

Namespace: StockSharp.Algo.Storages.Remote
Assembly: StockSharp.Algo.dll
Syntax
public interface ISecurityRemoteExtendedStorage

Properties

SecurityId

Идентификатор инструмента.

Declaration
SecurityId SecurityId { get; }
Property Value
Type Description
SecurityId

Methods

AddSecurityExtendedInfo(Object[])

Добавить расширенную информацию.

Declaration
void AddSecurityExtendedInfo(object[] fieldValues)
Parameters
Type Name Description
Object[] fieldValues

Extended information.

DeleteSecurityExtendedInfo()

Удалить расширенную информацию.

Declaration
void DeleteSecurityExtendedInfo()

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.
☀
☾