ScannerFilter

StockSharp.InteractiveBrokers

Filter settings of the scanner starting via ScannerMarketDataMessage.

Constructors

ScannerFilter
public ScannerFilter()
scannerFilter = ScannerFilter()

Initializes a new instance of the ScannerFilter.

Properties

AbovePrice
public decimal? AbovePrice { get; set; }
value = scannerFilter.AbovePrice
scannerFilter.AbovePrice = value

The upper limit of the instrument market price.

AboveVolume
public int? AboveVolume { get; set; }
value = scannerFilter.AboveVolume
scannerFilter.AboveVolume = value

The upper limit of the instrument trading volume.

AverageOptionVolumeAbove
public int? AverageOptionVolumeAbove { get; set; }
value = scannerFilter.AverageOptionVolumeAbove
scannerFilter.AverageOptionVolumeAbove = value

The upper limit of the option trading volume.

BelowPrice
public decimal? BelowPrice { get; set; }
value = scannerFilter.BelowPrice
scannerFilter.BelowPrice = value

The lower limit of the instrument market price.

BoardCode
public string BoardCode { get; set; }
value = scannerFilter.BoardCode
scannerFilter.BoardCode = value

Exchange board.

CouponRateAbove
public decimal? CouponRateAbove { get; set; }
value = scannerFilter.CouponRateAbove
scannerFilter.CouponRateAbove = value

The upper limit of the coupon rate.

CouponRateBelow
public decimal? CouponRateBelow { get; set; }
value = scannerFilter.CouponRateBelow
scannerFilter.CouponRateBelow = value

The lower limit of the coupon rate.

ExcludeConvertibleBonds
public bool? ExcludeConvertibleBonds { get; set; }
value = scannerFilter.ExcludeConvertibleBonds
scannerFilter.ExcludeConvertibleBonds = value

To exclude convertible bonds.

MarketCapAbove
public decimal? MarketCapAbove { get; set; }
value = scannerFilter.MarketCapAbove
scannerFilter.MarketCapAbove = value

The upper limit of capitalization.

MarketCapBelow
public decimal? MarketCapBelow { get; set; }
value = scannerFilter.MarketCapBelow
scannerFilter.MarketCapBelow = value

The lower limit of capitalization.

MaturityDateAbove
public DateTime? MaturityDateAbove { get; set; }
value = scannerFilter.MaturityDateAbove
scannerFilter.MaturityDateAbove = value

The upper limit of the instrument maturity date.

MaturityDateBelow
public DateTime? MaturityDateBelow { get; set; }
value = scannerFilter.MaturityDateBelow
scannerFilter.MaturityDateBelow = value

The lower limit of the instrument maturity date.

MoodyRatingAbove
public string MoodyRatingAbove { get; set; }
value = scannerFilter.MoodyRatingAbove
scannerFilter.MoodyRatingAbove = value

The upper limit of the Moody rating.

MoodyRatingBelow
public string MoodyRatingBelow { get; set; }
value = scannerFilter.MoodyRatingBelow
scannerFilter.MoodyRatingBelow = value

The lower limit of the Moody rating.

RowCount
public int? RowCount { get; set; }
value = scannerFilter.RowCount
scannerFilter.RowCount = value

The number of strings in the query.

ScanCode
public ScannerFilterTypes? ScanCode { get; set; }
value = scannerFilter.ScanCode
scannerFilter.ScanCode = value

Scan code.

ScannerSettingPairs
public string ScannerSettingPairs { get; set; }
value = scannerFilter.ScannerSettingPairs
scannerFilter.ScannerSettingPairs = value

Extended settings. For more details see http://www.interactivebrokers.com/en/software/tws/usersguidebook/technicalanalytics/market_scanner_types.htm.

SecurityType
public string SecurityType { get; set; }
value = scannerFilter.SecurityType
scannerFilter.SecurityType = value

Security type.

SpRatingAbove
public string SpRatingAbove { get; set; }
value = scannerFilter.SpRatingAbove
scannerFilter.SpRatingAbove = value

The upper limit of the SP rating.

SpRatingBelow
public string SpRatingBelow { get; set; }
value = scannerFilter.SpRatingBelow
scannerFilter.SpRatingBelow = value

The lower limit of the SP rating.

StockTypeExclude
public ScannerFilterStockExcludes StockTypeExclude { get; set; }
value = scannerFilter.StockTypeExclude
scannerFilter.StockTypeExclude = value

The shares exclusions type.