Table of Contents

Interface IFastNetworkFeed

Namespace
StockSharp.Fix.Dialects
Assembly
StockSharp.FAST.dll

FAST feed.

public interface IFastNetworkFeed
Extension Methods

Properties

FeedGroup

Network configuration group.

FastFeedGroup FeedGroup { get; }

Property Value

FastFeedGroup

Name

Name.

string Name { get; }

Property Value

string

Methods

Close()

Close.

void Close()

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

Test dump files.

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

Parameters

dumpFiles IDictionary<MulticastSourceAddress, IEnumerable<Stream>>

Dump files.

MakeGap(int)

Make gap in incremental messages for test purpose.

void MakeGap(int gapSize)

Parameters

gapSize int

Gap size (in messages).