MarketRuleList
StockSharp.Algo
Rule list.
Inherits: SynchronizedSet<IMarketRule>
Implements: IMarketRuleList, INotifyList<IMarketRule>, INotifyCollection<IMarketRule>, ICollection<IMarketRule>, IEnumerable<IMarketRule>, IEnumerable, IList<IMarketRule>, ISynchronizedCollection, ISynchronizable
Constructors
Methods
GetRulesByToken(object) : IEnumerable<IMarketRule>
To get all rules, associated with tokens.
- token
- Token rules.
Returns: All rules, associated with token.