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
Name
Name.
string Name { get; }
Property Value
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
intGap size (in messages).