MarketRuleList
StockSharp.Algo
Rule list.
Erbt von: SynchronizedSet<IMarketRule>
Implementiert: IMarketRuleList, INotifyList<IMarketRule>, INotifyCollection<IMarketRule>, ICollection<IMarketRule>, IEnumerable<IMarketRule>, IEnumerable, IList<IMarketRule>, ISynchronizedCollection, ISynchronizable
Konstruktoren
Methoden
GetRulesByToken(object) : IEnumerable<IMarketRule>
To get all rules, associated with tokens.
- token
- Token rules.
Rückgabe: All rules, associated with token.