Class FastFeedGroup
- Namespace
- StockSharp.Fix
- Assembly
- StockSharp.Fix.Core.dll
Network configuration group.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FastFeedGroup : NotifiableObject, IPersistable
- Inheritance
-
FastFeedGroup
- Implements
-
IPersistable
- Derived
- Extension Methods
Constructors
FastFeedGroup()
public FastFeedGroup()
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 FastFeedGroup.FastFeedGroupAddress UdpA { get; }
Property Value
UdpB
UDP channel B.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpB", Description = "DuplicateUDPDot", GroupName = "General", Order = 1)]
public FastFeedGroup.FastFeedGroupAddress UdpB { get; }
Property Value
UdpC
UDP channel C.
[Display(ResourceType = typeof(LocalizedStrings), Name = "UdpC", Description = "DuplicateUDPDot", GroupName = "General", Order = 2)]
public FastFeedGroup.FastFeedGroupAddress UdpC { get; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public virtual void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public virtual void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
ToString()
public override string ToString()