Class FastFeedGroup
Группа сетевой конфигурации.
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Fix
Assembly: StockSharp.Fix.Core.dll
Syntax
public class FastFeedGroup : NotifiableObject, IPersistable
Constructors
FastFeedGroup()
Declaration
public FastFeedGroup()
Properties
ReplayAddress
Адрес сервера проигрывания данных.
Declaration
public EndPoint ReplayAddress { get; set; }
Property Value
Type | Description |
---|---|
EndPoint |
UdpA
UDP канал A.
Declaration
public FastFeedGroup.FastFeedGroupAddress UdpA { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup.FastFeedGroupAddress |
UdpB
UDP канал B.
Declaration
public FastFeedGroup.FastFeedGroupAddress UdpB { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup.FastFeedGroupAddress |
UdpC
UDP канал C.
Declaration
public FastFeedGroup.FastFeedGroupAddress UdpC { get; }
Property Value
Type | Description |
---|---|
FastFeedGroup.FastFeedGroupAddress |
Methods
Load(SettingsStorage)
Загрузить настройки.
Declaration
public virtual void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
Save(SettingsStorage)
Сохранить настройки.
Declaration
public virtual void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Хранилище настроек. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
Ecng.Serialization.IPersistable