StrategyParameterDictionary

StockSharp.Algo.Strategies

IStrategyParam dictionary.

継承元: CachedSynchronizedDictionary<string, IStrategyParam>

実装: IDisposable

コンストラクター

StrategyParameterDictionary(Strategy)

IStrategyParam dictionary.

strategy
Strategy

プロパティ

Item : IStrategyParam

To get the column by name Name.

name
Column name.

戻り値: Found column. If the column does not exist then is returned.

メソッド

Add(IStrategyParam)

Add parameter.

p
IStrategyParam
Clear()

Clears all adapter states and resets current state to Disconnected.

Dispose()

Disposes of items in the pool that implement IDisposable.

Remove(IStrategyParam) : bool

Remove parameter.

p
IStrategyParam
TryGetById(string, IStrategyParam) : bool

Try get parameter by the specified Id.

id
Id
param
IStrategyParam or if parameter not exist.

戻り値: if parameter exist.