Table of Contents

Class UdpFeedGroup

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

Network configuration group.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class UdpFeedGroup : NotifiableObject, INotifyPropertyChangedEx, INotifyPropertyChanged, INotifyPropertyChanging, IPersistable
Inheritance
UdpFeedGroup
Implements
Inherited Members
Extension Methods

Constructors

UdpFeedGroup()

public UdpFeedGroup()

Properties

ReplayAddress

Replay state server address.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Replay", Description = "ReplayServerDot", GroupName = "General", Order = 2)]
public EndPoint ReplayAddress { get; set; }

Property Value

EndPoint

UdpA

UDP channel A.

[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpA", Description = "MainUDPDot", GroupName = "General", Order = 0)]
public UdpFeedGroup.UdpFeedGroupAddress UdpA { get; }

Property Value

UdpFeedGroup.UdpFeedGroupAddress

UdpB

UDP channel B.

[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpB", Description = "DuplicateUDPDot", GroupName = "General", Order = 1)]
public UdpFeedGroup.UdpFeedGroupAddress UdpB { get; }

Property Value

UdpFeedGroup.UdpFeedGroupAddress

UdpC

UDP channel C.

[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpC", Description = "DuplicateUDPDot", GroupName = "General", Order = 2)]
public UdpFeedGroup.UdpFeedGroupAddress UdpC { get; }

Property Value

UdpFeedGroup.UdpFeedGroupAddress

Methods

Load(SettingsStorage)

Load settings.

public virtual void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public virtual void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string