Class ServicesRegistry
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
Services registry.
public static class ServicesRegistry
- Inheritance
-
ServicesRegistry
- Inherited Members
Properties
AdapterProvider
The message adapter's provider.
public static IMessageAdapterProvider AdapterProvider { get; }
Property Value
CandleBuilderProvider
public static CandleBuilderProvider CandleBuilderProvider { get; }
Property Value
CandlePatternProvider
public static ICandlePatternProvider CandlePatternProvider { get; }
Property Value
CommissionRuleProvider
public static ICommissionRuleProvider CommissionRuleProvider { get; }
Property Value
Compiler
Ecng.Compilation.ICompiler.
public static ICompiler Compiler { get; }
Property Value
- ICompiler
CompilerCache
Ecng.Compilation.ICompilerCache
public static ICompilerCache CompilerCache { get; }
Property Value
- ICompilerCache
Connector
Connector.
public static Connector Connector { get; }
Property Value
DriveCache
IMarketDataDrive cache.
public static DriveCache DriveCache { get; }
Property Value
EnsureLogManager
Log manager.
public static LogManager EnsureLogManager { get; }
Property Value
EntityRegistry
The storage of trade objects.
public static IEntityRegistry EntityRegistry { get; }
Property Value
ExcelProvider
Excel provider.
public static IExcelWorkerProvider ExcelProvider { get; }
Property Value
- IExcelWorkerProvider
ExchangeInfoProvider
Exchanges and trading boards provider.
public static IExchangeInfoProvider ExchangeInfoProvider { get; }
Property Value
ExtendedInfoStorage
Extended info storage.
public static IExtendedInfoStorage ExtendedInfoStorage { get; }
Property Value
IConnector
Connector.
[Obsolete("Use Connector property.")]
public static IConnector IConnector { get; }
Property Value
LogManager
Log manager.
public static LogManager LogManager { get; }
Property Value
MappingStorage
Security identifier mappings storage.
public static ISecurityMappingStorage MappingStorage { get; }
Property Value
MarketDataProvider
The market data provider.
public static IMarketDataProvider MarketDataProvider { get; }
Property Value
NativeIdStorage
Security native identifier storage.
public static INativeIdStorage NativeIdStorage { get; }
Property Value
NewsProvider
News provider.
public static INewsProvider NewsProvider { get; }
Property Value
PortfolioAdapterProvider
The portfolio based message adapter's provider.
public static IPortfolioMessageAdapterProvider PortfolioAdapterProvider { get; }
Property Value
PortfolioProvider
The provider of information about portfolios.
public static IPortfolioProvider PortfolioProvider { get; }
Property Value
PositionProvider
The position provider.
public static IPositionProvider PositionProvider { get; }
Property Value
PositionStorage
Position storage.
public static IPositionStorage PositionStorage { get; }
Property Value
ReportGeneratorProvider
public static IReportGeneratorProvider ReportGeneratorProvider { get; }
Property Value
RiskManager
The risks control manager.
public static IRiskManager RiskManager { get; }
Property Value
RiskRuleProvider
public static IRiskRuleProvider RiskRuleProvider { get; }
Property Value
SecurityAdapterProvider
The security based message adapter's provider.
public static ISecurityMessageAdapterProvider SecurityAdapterProvider { get; }
Property Value
SecurityProvider
The provider of information about instruments.
public static ISecurityProvider SecurityProvider { get; }
Property Value
SecurityStorage
Securities meta info storage.
public static ISecurityStorage SecurityStorage { get; }
Property Value
SnapshotRegistry
Snapshot storage registry.
public static SnapshotRegistry SnapshotRegistry { get; }
Property Value
StorageRegistry
The storage of market data.
public static IStorageRegistry StorageRegistry { get; }
Property Value
SubscriptionProvider
Subscription provider.
public static ISubscriptionProvider SubscriptionProvider { get; }
Property Value
TryAdapterProvider
The message adapter's provider.
public static IMessageAdapterProvider TryAdapterProvider { get; }
Property Value
TryCandlePatternProvider
public static ICandlePatternProvider TryCandlePatternProvider { get; }
Property Value
TryCommissionRuleProvider
public static ICommissionRuleProvider TryCommissionRuleProvider { get; }
Property Value
TryCompiler
Ecng.Compilation.ICompiler.
public static ICompiler TryCompiler { get; }
Property Value
- ICompiler
TryCompilerCache
Ecng.Compilation.ICompilerCache
public static ICompilerCache TryCompilerCache { get; }
Property Value
- ICompilerCache
TryDriveCache
IMarketDataDrive cache.
public static DriveCache TryDriveCache { get; }
Property Value
TryExcelProvider
Excel provider.
public static IExcelWorkerProvider TryExcelProvider { get; }
Property Value
- IExcelWorkerProvider
TryExchangeInfoProvider
Exchanges and trading boards provider.
public static IExchangeInfoProvider TryExchangeInfoProvider { get; }
Property Value
TryExtendedInfoStorage
Extended info storage.
public static IExtendedInfoStorage TryExtendedInfoStorage { get; }
Property Value
TryMarketDataProvider
The market data provider.
public static IMarketDataProvider TryMarketDataProvider { get; }
Property Value
TryNativeIdStorage
Security native identifier storage.
public static INativeIdStorage TryNativeIdStorage { get; }
Property Value
TryPortfolioProvider
The provider of information about portfolios.
public static IPortfolioProvider TryPortfolioProvider { get; }
Property Value
TryRiskRuleProvider
public static IRiskRuleProvider TryRiskRuleProvider { get; }
Property Value
TrySecurityProvider
The provider of information about instruments.
public static ISecurityProvider TrySecurityProvider { get; }
Property Value
TryStorageRegistry
The storage of market data.
public static IStorageRegistry TryStorageRegistry { get; }
Property Value
TrySubscriptionProvider
Subscription provider.
public static ISubscriptionProvider TrySubscriptionProvider { get; }
Property Value
Methods
EnsureGetExchangeInfoProvider()
Exchanges and trading boards provider.
public static IExchangeInfoProvider EnsureGetExchangeInfoProvider()
Returns
- IExchangeInfoProvider
Exchanges and trading boards provider.