Class SpbExAddressConfig
- Namespace
- StockSharp.SpbEx
- Assembly
- StockSharp.SpbEx.dll
Network configuration.
public class SpbExAddressConfig : IPersistable
- Inheritance
-
SpbExAddressConfig
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
SpbExAddressConfig(string)
Initializes a new instance of the SpbExAddressConfig.
public SpbExAddressConfig(string name)
Parameters
name
stringConfig name.
Fields
All
All available.
public static readonly SpbExAddressConfig[] All
Field Value
Game
Game.
public static readonly SpbExAddressConfig Game
Field Value
Prod
Production.
public static readonly SpbExAddressConfig Prod
Field Value
Test
Test.
public static readonly SpbExAddressConfig Test
Field Value
Properties
BestPricesIncremental
Best prices (incremental).
public SpbExAddressConfig.SpbExAddressConfigGroup BestPricesIncremental { get; }
Property Value
BestPricesSnapshot
Best prices (snapshot).
public SpbExAddressConfig.SpbExAddressConfigGroup BestPricesSnapshot { get; }
Property Value
CommonsIncremental
Commons (incremental).
public SpbExAddressConfig.SpbExAddressConfigGroup CommonsIncremental { get; }
Property Value
CommonsSnapshot
Commons (snapshot).
public SpbExAddressConfig.SpbExAddressConfigGroup CommonsSnapshot { get; }
Property Value
EntranceServer
Entrance server address.
public EndPoint EntranceServer { get; set; }
Property Value
InstrumentCatalogUrl
Instrument catalog url template.
public string InstrumentCatalogUrl { get; set; }
Property Value
InstrumentsIncremental
Instruments (incremental).
public SpbExAddressConfig.SpbExAddressConfigGroup InstrumentsIncremental { get; }
Property Value
InstrumentsSnapshot
Instruments (snapshot).
public SpbExAddressConfig.SpbExAddressConfigGroup InstrumentsSnapshot { get; }
Property Value
Name
Config name.
public string Name { get; }
Property Value
OrderBookIncremental
Order book (incremental).
public SpbExAddressConfig.SpbExAddressConfigGroup OrderBookIncremental { get; }
Property Value
OrderBookSnapshot
Order book (snapshot).
public SpbExAddressConfig.SpbExAddressConfigGroup OrderBookSnapshot { get; }
Property Value
Trades
Tick trades.
public SpbExAddressConfig.SpbExAddressConfigGroup Trades { get; }
Property Value
Methods
GetByName(string)
Get config by name.
public static SpbExAddressConfig GetByName(string name)
Parameters
name
stringName
Returns
- SpbExAddressConfig
Network configuration.
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
ToString()
public override string ToString()