Show / Hide Table of Contents

Class SpbExAddressConfig

Network configuration.

Inheritance
Object
SpbExAddressConfig
Implements
Ecng.Serialization.IPersistable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: StockSharp.SpbEx
Assembly: StockSharp.SpbEx.dll
Syntax
public class SpbExAddressConfig : IPersistable

Constructors

SpbExAddressConfig(String)

Создать SpbExAddressConfig.

Declaration
public SpbExAddressConfig(string name)
Parameters
Type Name Description
String name

Config name.

Fields

All

All available.

Declaration
public static readonly SpbExAddressConfig[] All
Field Value
Type Description
SpbExAddressConfig[]

Game

Game.

Declaration
public static readonly SpbExAddressConfig Game
Field Value
Type Description
SpbExAddressConfig

Prod

Production.

Declaration
public static readonly SpbExAddressConfig Prod
Field Value
Type Description
SpbExAddressConfig

Test

Test.

Declaration
public static readonly SpbExAddressConfig Test
Field Value
Type Description
SpbExAddressConfig

Properties

BestPricesIncremental

Best prices (incremental).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup BestPricesIncremental { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

BestPricesSnapshot

Best prices (snapshot).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup BestPricesSnapshot { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

CommonsIncremental

Commons (incremental).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup CommonsIncremental { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

CommonsSnapshot

Commons (snapshot).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup CommonsSnapshot { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

EntranceServer

Entrance server address.

Declaration
public EndPoint EntranceServer { get; set; }
Property Value
Type Description
EndPoint

InstrumentCatalogUrl

Instrument catalog url template.

Declaration
public string InstrumentCatalogUrl { get; set; }
Property Value
Type Description
String

InstrumentsIncremental

Instruments (incremental).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup InstrumentsIncremental { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

InstrumentsSnapshot

Instruments (snapshot).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup InstrumentsSnapshot { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

Name

Config name.

Declaration
public string Name { get; }
Property Value
Type Description
String

OrderBookIncremental

Order book (incremental).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup OrderBookIncremental { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

OrderBookSnapshot

Order book (snapshot).

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup OrderBookSnapshot { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

Trades

Тиковые сделки.

Declaration
public SpbExAddressConfig.SpbExAddressConfigGroup Trades { get; }
Property Value
Type Description
SpbExAddressConfig.SpbExAddressConfigGroup

Methods

GetByName(String)

Get config by name.

Declaration
public static SpbExAddressConfig GetByName(string name)
Parameters
Type Name Description
String name

Name

Returns
Type Description
SpbExAddressConfig

Network configuration.

Load(SettingsStorage)

Загрузить настройки.

Declaration
public void Load(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

Save(SettingsStorage)

Сохранить настройки.

Declaration
public void Save(SettingsStorage storage)
Parameters
Type Name Description
Ecng.Serialization.SettingsStorage storage

Хранилище настроек.

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

Ecng.Serialization.IPersistable

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾