ScannerFilter

StockSharp.InteractiveBrokers

Filtereinstellungen des Scanners, beginnend mit ScannerMarketDataMessage.

Konstruktoren

ScannerFilter
public ScannerFilter()
scannerFilter = ScannerFilter()

Initialisiert eine neue Instanz von ScannerFilter.

Eigenschaften

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

Die Obergrenze des Instrumentenmarktpreises.

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

Die Obergrenze des Instrumentenhandelsvolumens.

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

Die Obergrenze des Optionshandelsvolumens.

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

Die untere Grenze des Instrumentenmarktpreises.

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

Wechselstube.

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

Die Obergrenze des Kuponsatzes.

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

Die untere Grenze des Kuponsatzes.

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

Um Wandelanleihen auszuschließen.

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

Die Obergrenze der Kapitalisierung.

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

Die untere Grenze der Kapitalisierung.

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

Die Obergrenze des Instrumentenlaufzeitdatums.

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

Die Untergrenze des Instrumentenlaufzeitdatums.

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

Die Obergrenze des Moody Ratings.

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

Die untere Grenze des Moody Ratings.

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

Die Anzahl der Strings in der Abfrage.

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

Scancode.

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

Erweiterte Einstellungen. Für weitere Details siehe 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

Art des Finanzinstruments.

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

Die Obergrenze des SP-Ratings.

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

Die untere Grenze des SP-Ratings.

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

Art der Aktienausschlüsse.