ScannerFilter
Filter settings of the scanner starting via ScannerMarketDataMessage.
Constructors
public ScannerFilter()
scannerFilter = ScannerFilter()
Initializes a new instance of the ScannerFilter.
Properties
public decimal? AbovePrice { get; set; }
value = scannerFilter.AbovePrice
scannerFilter.AbovePrice = value
The upper limit of the instrument market price.
public int? AboveVolume { get; set; }
value = scannerFilter.AboveVolume
scannerFilter.AboveVolume = value
The upper limit of the instrument trading volume.
public int? AverageOptionVolumeAbove { get; set; }
value = scannerFilter.AverageOptionVolumeAbove
scannerFilter.AverageOptionVolumeAbove = value
The upper limit of the option trading volume.
public decimal? BelowPrice { get; set; }
value = scannerFilter.BelowPrice
scannerFilter.BelowPrice = value
The lower limit of the instrument market price.
public string BoardCode { get; set; }
value = scannerFilter.BoardCode
scannerFilter.BoardCode = value
Exchange board.
public decimal? CouponRateAbove { get; set; }
value = scannerFilter.CouponRateAbove
scannerFilter.CouponRateAbove = value
The upper limit of the coupon rate.
public decimal? CouponRateBelow { get; set; }
value = scannerFilter.CouponRateBelow
scannerFilter.CouponRateBelow = value
The lower limit of the coupon rate.
public bool? ExcludeConvertibleBonds { get; set; }
value = scannerFilter.ExcludeConvertibleBonds
scannerFilter.ExcludeConvertibleBonds = value
To exclude convertible bonds.
public decimal? MarketCapAbove { get; set; }
value = scannerFilter.MarketCapAbove
scannerFilter.MarketCapAbove = value
The upper limit of capitalization.
public decimal? MarketCapBelow { get; set; }
value = scannerFilter.MarketCapBelow
scannerFilter.MarketCapBelow = value
The lower limit of capitalization.
public DateTime? MaturityDateAbove { get; set; }
value = scannerFilter.MaturityDateAbove
scannerFilter.MaturityDateAbove = value
The upper limit of the instrument maturity date.
public DateTime? MaturityDateBelow { get; set; }
value = scannerFilter.MaturityDateBelow
scannerFilter.MaturityDateBelow = value
The lower limit of the instrument maturity date.
public string MoodyRatingAbove { get; set; }
value = scannerFilter.MoodyRatingAbove
scannerFilter.MoodyRatingAbove = value
The upper limit of the Moody rating.
public string MoodyRatingBelow { get; set; }
value = scannerFilter.MoodyRatingBelow
scannerFilter.MoodyRatingBelow = value
The lower limit of the Moody rating.
public int? RowCount { get; set; }
value = scannerFilter.RowCount
scannerFilter.RowCount = value
The number of strings in the query.
public ScannerFilterTypes? ScanCode { get; set; }
value = scannerFilter.ScanCode
scannerFilter.ScanCode = value
Scan code.
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.
public string SecurityType { get; set; }
value = scannerFilter.SecurityType
scannerFilter.SecurityType = value
Security type.
public string SpRatingAbove { get; set; }
value = scannerFilter.SpRatingAbove
scannerFilter.SpRatingAbove = value
The upper limit of the SP rating.
public string SpRatingBelow { get; set; }
value = scannerFilter.SpRatingBelow
scannerFilter.SpRatingBelow = value
The lower limit of the SP rating.
public ScannerFilterStockExcludes StockTypeExclude { get; set; }
value = scannerFilter.StockTypeExclude
scannerFilter.StockTypeExclude = value
The shares exclusions type.