Table of Contents

Class UdpFeedGroup.UdpFeedGroupAddress

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

Network configuration group address.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class UdpFeedGroup.UdpFeedGroupAddress : IPersistable
Inheritance
UdpFeedGroup.UdpFeedGroupAddress
Implements
Inherited Members
Extension Methods

Constructors

UdpFeedGroupAddress()

public UdpFeedGroupAddress()

Properties

Incremental

Incremental.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Incremental", Description = "IncrementalFeed", GroupName = "General", Order = 0)]
public MulticastSourceAddress Incremental { get; }

Property Value

MulticastSourceAddress

Snapshot

Snapshot.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Snapshot", Description = "SnapshotFeed", GroupName = "General", Order = 1)]
public MulticastSourceAddress Snapshot { get; }

Property Value

MulticastSourceAddress

Methods

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string