Class CsvExtendedInfoStorage
- Namespace
- StockSharp.Algo.Storages
- Assembly
- StockSharp.Algo.dll
Extended info storage, used csv files.
public class CsvExtendedInfoStorage : IExtendedInfoStorage
- Inheritance
-
CsvExtendedInfoStorage
- Implements
- Inherited Members
- Extension Methods
Constructors
CsvExtendedInfoStorage(string)
Initializes a new instance of the CsvExtendedInfoStorage.
public CsvExtendedInfoStorage(string path)
Parameters
path
stringPath to storage.
Properties
DelayAction
The time delayed action.
public DelayAction DelayAction { get; set; }
Property Value
- DelayAction
Methods
Init()
Initialize the storage.
public IDictionary<IExtendedInfoStorageItem, Exception> Init()
Returns
- IDictionary<IExtendedInfoStorageItem, Exception>
Possible errors with storage names. Empty dictionary means initialization without any issues.