SpbExAddressConfig
StockSharp.SpbEx
Network configuration.
Implements: IPersistable
Constructors
SpbExAddressConfig
public SpbExAddressConfig(string name)
spbExAddressConfig = SpbExAddressConfig(name)
Initializes a new instance of the SpbExAddressConfig.
- name
- Config name.
Properties
BestPricesIncremental
public SpbExAddressConfigGroup BestPricesIncremental { get; }
value = spbExAddressConfig.BestPricesIncremental
Best prices (incremental).
BestPricesSnapshot
public SpbExAddressConfigGroup BestPricesSnapshot { get; }
value = spbExAddressConfig.BestPricesSnapshot
Best prices (snapshot).
CommonsIncremental
public SpbExAddressConfigGroup CommonsIncremental { get; }
value = spbExAddressConfig.CommonsIncremental
Commons (incremental).
CommonsSnapshot
public SpbExAddressConfigGroup CommonsSnapshot { get; }
value = spbExAddressConfig.CommonsSnapshot
Commons (snapshot).
EntranceServer
public EndPoint EntranceServer { get; set; }
value = spbExAddressConfig.EntranceServer
spbExAddressConfig.EntranceServer = value
Entrance server address.
InstrumentCatalogUrl
public string InstrumentCatalogUrl { get; set; }
value = spbExAddressConfig.InstrumentCatalogUrl
spbExAddressConfig.InstrumentCatalogUrl = value
Instrument catalog url template.
InstrumentsIncremental
public SpbExAddressConfigGroup InstrumentsIncremental { get; }
value = spbExAddressConfig.InstrumentsIncremental
Instruments (incremental).
InstrumentsSnapshot
public SpbExAddressConfigGroup InstrumentsSnapshot { get; }
value = spbExAddressConfig.InstrumentsSnapshot
Instruments (snapshot).
OrderBookIncremental
public SpbExAddressConfigGroup OrderBookIncremental { get; }
value = spbExAddressConfig.OrderBookIncremental
Order book (incremental).
OrderBookSnapshot
public SpbExAddressConfigGroup OrderBookSnapshot { get; }
value = spbExAddressConfig.OrderBookSnapshot
Order book (snapshot).
Trades
public SpbExAddressConfigGroup Trades { get; }
value = spbExAddressConfig.Trades
Tick trades.
Methods
GetByName
public static SpbExAddressConfig GetByName(string name)
result = SpbExAddressConfig.GetByName(name)
Get config by name.
- name
- Name
Returns: Network configuration.
Load
public void Load(SettingsStorage storage)
spbExAddressConfig.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
spbExAddressConfig.Save(storage)
Save settings.
- storage
- Settings storage.
ToString
public override string ToString()
result = spbExAddressConfig.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.