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).

Name
public string Name { get; }
value = spbExAddressConfig.Name

Config name.

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: Строковое представление.

Fields

All
public static readonly SpbExAddressConfig[] All
value = SpbExAddressConfig.All

All available.

Game
public static readonly SpbExAddressConfig Game
value = SpbExAddressConfig.Game

Game.

Prod
public static readonly SpbExAddressConfig Prod
value = SpbExAddressConfig.Prod

Production.

Test
public static readonly SpbExAddressConfig Test
value = SpbExAddressConfig.Test

Test.