StorageCoreSettings
StockSharp.Algo.Storages
Storage settings.
实现: IPersistable
属性
Drive : IMarketDataDrive
The storage (database, file etc.).
Format : StorageFormats
Format.
Mode : StorageModes
Storage mode.
StorageRegistry : IStorageRegistry
The storage of market data.
方法
GetStorage(SecurityId, DataType) : IMarketDataStorage
To get the market-data storage.
- securityId
- Security ID.
- dataType
- DataType
返回值: Market-data storage.
GetStorage``1(SecurityId, DataType)
To get the market-data storage.
- securityId
- Security ID.
- dataType
- DataType
返回值: Market-data storage.
IsMode(StorageModes) : bool
Check the specified mode turned on.
- mode
- Storage mode.
返回值: Check result.