Show / Hide Table of Contents

Interface IFastNetworkFeed

FAST поток.

Namespace: StockSharp.Fix.Dialects
Assembly: StockSharp.Fix.Core.dll
Syntax
public interface IFastNetworkFeed

Properties

FeedGroup

Группа сетевой конфигурации.

Declaration
FastFeedGroup FeedGroup { get; }
Property Value
Type Description
FastFeedGroup

Name

Name.

Declaration
string Name { get; }
Property Value
Type Description
String

Methods

Close()

Close.

Declaration
void Close()

Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>>)

Протестировать дамп-файлы.

Declaration
void Dump(IDictionary<MulticastSourceAddress, IEnumerable<Stream>> dumpFiles)
Parameters
Type Name Description
IDictionary<Ecng.Net.MulticastSourceAddress, IEnumerable<Stream>> dumpFiles

Дамп-файлы.

MakeGap(Int32)

Make gap in incremental messages for test purpose.

Declaration
void MakeGap(int gapSize)
Parameters
Type Name Description
Int32 gapSize

Gap size (in messages).

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