UdpFeedGroup

StockSharp.Fix

Network configuration group.

Inherits: NotifiableObject

Implements: IPersistable

Properties

ReplayAddress
public EndPoint ReplayAddress { get; set; }
value = udpFeedGroup.ReplayAddress
udpFeedGroup.ReplayAddress = value

Replay state server address.

UdpA
public UdpFeedGroupAddress UdpA { get; }
value = udpFeedGroup.UdpA

UDP channel A.

UdpB
public UdpFeedGroupAddress UdpB { get; }
value = udpFeedGroup.UdpB

UDP channel B.

UdpC
public UdpFeedGroupAddress UdpC { get; }
value = udpFeedGroup.UdpC

UDP channel C.

Methods

Load
public virtual void Load(SettingsStorage storage)
udpFeedGroup.Load(storage)

Load settings.

storage
Settings storage.
Save
public virtual void Save(SettingsStorage storage)
udpFeedGroup.Save(storage)

Save settings.

storage
Settings storage.
ToString
public override string ToString()
result = udpFeedGroup.ToString()

Преобразовать к строковому представлению.

Returns: Строковое представление.