Beispiel #1
0
 /// <summary>
 /// The has market cap filters.
 /// </summary>
 /// <param name="marketCapFilterable">
 /// The market cap filterable.
 /// </param>
 /// <returns>
 /// The <see cref="bool"/>.
 /// </returns>
 public static bool HasMarketCapFilters(this IMarketCapFilterable marketCapFilterable)
 {
     return(marketCapFilterable.MarketCapFilter.Type == RuleFilterType.Include);
 }
 public void Setup()
 {
     this.marketCapFilterable = A.Fake <IMarketCapFilterable>();
 }