Show / Hide Table of Contents

Interface IBasketMarketDataStorageEnumerable<TMessage>

Перечислитель агрегатора.

Namespace: StockSharp.Algo.Storages
Assembly: StockSharp.Algo.dll
Syntax
public interface IBasketMarketDataStorageEnumerable<TMessage> : IEnumerable<TMessage>, IEnumerable
Type Parameters
Name Description
TMessage

Тип сообщения.

Properties

DataTypes

Доступные тип сообщений.

Declaration
IEnumerable<MessageTypes> DataTypes { get; }
Property Value
Type Description
IEnumerable<MessageTypes>

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