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
IncrementalA
Gets the incremental client A.
INetworkClient IncrementalA { get; }
Property Value
IncrementalB
Gets the incremental client B.
INetworkClient IncrementalB { get; }
Property Value
IncrementalC
Gets the incremental client C.
INetworkClient IncrementalC { get; }
Property Value
Name
Gets the name.
string Name { get; }
Property Value
SnapshotA
Gets the snapshot client A.
INetworkClient SnapshotA { get; }
Property Value
SnapshotB
Gets the snapshot client B.
INetworkClient SnapshotB { get; }
Property Value
SnapshotC
Gets the snapshot client C.
INetworkClient SnapshotC { get; }
Property Value
Methods
Close()
Closes the UDP feed.
bool Close()
Returns
- bool
Operation result.