SpbExAddressConfig
StockSharp.SpbEx
Netzkonfiguration.
Implementiert: IPersistable
Konstruktoren
SpbExAddressConfig
public SpbExAddressConfig(string name)
spbExAddressConfig = SpbExAddressConfig(name)
Initialisiert eine neue Instanz von SpbExAddressConfig.
- name
- Name des Konfidenzsystems.
Eigenschaften
BestPricesIncremental
public SpbExAddressConfigGroup BestPricesIncremental { get; }
value = spbExAddressConfig.BestPricesIncremental
Beste Preise (inkrementell).
BestPricesSnapshot
public SpbExAddressConfigGroup BestPricesSnapshot { get; }
value = spbExAddressConfig.BestPricesSnapshot
Beste Preise (Snapshot).
CommonsIncremental
public SpbExAddressConfigGroup CommonsIncremental { get; }
value = spbExAddressConfig.CommonsIncremental
Commons (inkrementell).
CommonsSnapshot
public SpbExAddressConfigGroup CommonsSnapshot { get; }
value = spbExAddressConfig.CommonsSnapshot
Commons (Schnappschuss).
EntranceServer
public EndPoint EntranceServer { get; set; }
value = spbExAddressConfig.EntranceServer
spbExAddressConfig.EntranceServer = value
Eingangsserveradresse.
InstrumentCatalogUrl
public string InstrumentCatalogUrl { get; set; }
value = spbExAddressConfig.InstrumentCatalogUrl
spbExAddressConfig.InstrumentCatalogUrl = value
Instrumentenkatalog-URL-Vorlage.
InstrumentsIncremental
public SpbExAddressConfigGroup InstrumentsIncremental { get; }
value = spbExAddressConfig.InstrumentsIncremental
Instrumente (inkrementell).
InstrumentsSnapshot
public SpbExAddressConfigGroup InstrumentsSnapshot { get; }
value = spbExAddressConfig.InstrumentsSnapshot
Instrumente (Schnappschuss).
OrderBookIncremental
public SpbExAddressConfigGroup OrderBookIncremental { get; }
value = spbExAddressConfig.OrderBookIncremental
Auftragsbuch (inkrementell).
OrderBookSnapshot
public SpbExAddressConfigGroup OrderBookSnapshot { get; }
value = spbExAddressConfig.OrderBookSnapshot
Auftragsbuch (Snapshot).
Trades
public SpbExAddressConfigGroup Trades { get; }
value = spbExAddressConfig.Trades
Tick Trades.
Methoden
GetByName
public static SpbExAddressConfig GetByName(string name)
result = SpbExAddressConfig.GetByName(name)
Konfigurieren Sie sich mit Namen.
- name
- Name
Rückgabe: Netzkonfiguration.
Load
public void Load(SettingsStorage storage)
spbExAddressConfig.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
Save
public void Save(SettingsStorage storage)
spbExAddressConfig.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.
ToString
public override string ToString()
result = spbExAddressConfig.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.