Table of Contents

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
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

EndPoint

UdpA

UDP channel A.

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

Property Value

FastFeedGroup.FastFeedGroupAddress

UdpB

UDP channel B.

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

Property Value

FastFeedGroup.FastFeedGroupAddress

UdpC

UDP channel C.

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

Property Value

FastFeedGroup.FastFeedGroupAddress

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