Class FastFeedGroup.FastFeedGroupAddress
Адрес группы сетевой конфигурации.
Implements
Ecng.Serialization.IPersistable
Inherited Members
Namespace: StockSharp.Fix
Assembly: StockSharp.Fix.Core.dll
Syntax
public class FastFeedGroupAddress : IPersistable
Constructors
FastFeedGroupAddress()
Declaration
public FastFeedGroupAddress()
Properties
Incremental
Incremental.
Declaration
public MulticastSourceAddress Incremental { get; }
Property Value
Type | Description |
---|---|
Ecng.Net.MulticastSourceAddress |
Snapshot
Snapshot.
Declaration
public MulticastSourceAddress Snapshot { get; }
Property Value
Type | Description |
---|---|
Ecng.Net.MulticastSourceAddress |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
Implements
Ecng.Serialization.IPersistable