UdpFeedGroup

StockSharp.Fix

Netzwerkkonfigurationsgruppe.

Erbt von: NotifiableObject

Implementiert: IPersistable

Eigenschaften

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

Replay-Status-Serveradresse.

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

UDP-Kanal A.

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

UDP-Kanal B.

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

UDP-Kanal C.

Methoden

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

Lasteinstellungen.

storage
Einstellungen Lagerung.
Save
public virtual void Save(SettingsStorage storage)
udpFeedGroup.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.
ToString
public override string ToString()
result = udpFeedGroup.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.