Table of Contents

Class FastFeedGroup.FastFeedGroupAddress

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

Network configuration group address.

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

Constructors

FastFeedGroupAddress()

public FastFeedGroupAddress()

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