Table of Contents

Interface IUdpNetworkFeed

Namespace
StockSharp.Fix.Dialects
Assembly
StockSharp.Udp.Core.dll

UDP feed.

public interface IUdpNetworkFeed
Extension Methods

Properties

FeedGroup

Gets the network configuration group.

UdpFeedGroup FeedGroup { get; }

Property Value

UdpFeedGroup

IncrementalA

Gets the incremental client A.

INetworkClient IncrementalA { get; }

Property Value

INetworkClient

IncrementalB

Gets the incremental client B.

INetworkClient IncrementalB { get; }

Property Value

INetworkClient

IncrementalC

Gets the incremental client C.

INetworkClient IncrementalC { get; }

Property Value

INetworkClient

Name

Gets the name.

string Name { get; }

Property Value

string

SnapshotA

Gets the snapshot client A.

INetworkClient SnapshotA { get; }

Property Value

INetworkClient

SnapshotB

Gets the snapshot client B.

INetworkClient SnapshotB { get; }

Property Value

INetworkClient

SnapshotC

Gets the snapshot client C.

INetworkClient SnapshotC { get; }

Property Value

INetworkClient

Methods

Close()

Closes the UDP feed.

bool Close()

Returns

bool

Operation result.