MarketRuleList
StockSharp.Algo
Rule list.
继承自: SynchronizedSet<IMarketRule>
实现: IMarketRuleList, INotifyList<IMarketRule>, INotifyCollection<IMarketRule>, ICollection<IMarketRule>, IEnumerable<IMarketRule>, IEnumerable, IList<IMarketRule>, ISynchronizedCollection, ISynchronizable
构造函数
方法
GetRulesByToken(object) : IEnumerable<IMarketRule>
To get all rules, associated with tokens.
- token
- Token rules.
返回值: All rules, associated with token.