StrategyParameterDictionary
StockSharp.Algo.Strategies
IStrategyParam dictionary.
Inherits: CachedSynchronizedDictionary<string, IStrategyParam>
Implements: IDisposable
Constructors
Properties
Item : IStrategyParam
To get the column by name Name.
- name
- Column name.
Returns: Found column. If the column does not exist then is returned.
Methods
Clear()
Clears all adapter states and resets current state to Disconnected.
Dispose()
Disposes of items in the pool that implement IDisposable.
TryGetById(string, IStrategyParam) : bool
Try get parameter by the specified Id.
- id
- Id
- param
- IStrategyParam or if parameter not exist.
Returns: if parameter exist.