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
- Derived
- 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
UdpA
UDP channel A.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpA", Description = "MainUDPDot", GroupName = "General", Order = 0)]
public UdpFeedGroup.UdpFeedGroupAddress UdpA { get; }
Property Value
UdpB
UDP channel B.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpB", Description = "DuplicateUDPDot", GroupName = "General", Order = 1)]
public UdpFeedGroup.UdpFeedGroupAddress UdpB { get; }
Property Value
UdpC
UDP channel C.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpC", Description = "DuplicateUDPDot", GroupName = "General", Order = 2)]
public UdpFeedGroup.UdpFeedGroupAddress UdpC { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public virtual void Load(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public virtual void Save(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
ToString()
public override string ToString()