IExtendedInfoStorageItem
StockSharp.Algo.Storages
Extended info storage.
Eigenschaften
Fields : IEnumerable<ValueTuple<string, Type>>
Extended fields (names and types).
Securities : IEnumerable<SecurityId>
Get all security identifiers.
StorageName : string
Storage name.
Methoden
Add(SecurityId, IDictionary<string, object>)
Add extended info.
- securityId
- Security identifier.
- extensionInfo
- Extended information.
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
Load() : IEnumerable<ValueTuple<SecurityId, IDictionary<string, object>>>
Load extended info.
Rückgabe: Extended information.
Load(SecurityId) : IDictionary<string, object>
Load extended info.
- securityId
- Security identifier.
Rückgabe: Extended information.