Table of Contents

Class ScannerResult

Namespace
StockSharp.InteractiveBrokers
Assembly
StockSharp.InteractiveBrokers.dll

The filter result of scanner starting via ScannerMarketDataMessage.

public class ScannerResult : IPersistable
Inheritance
ScannerResult
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

ScannerResult()

public ScannerResult()

Properties

Benchmark

Benchmark.

public string Benchmark { get; set; }

Property Value

string

Distance

Distance.

public string Distance { get; set; }

Property Value

string

Legs

The combined instrument description.

public string Legs { get; set; }

Property Value

string

Projection

Projection.

public string Projection { get; set; }

Property Value

string

Rank

Rank.

public int Rank { get; set; }

Property Value

int

SecurityId

Security ID.

public SecurityId SecurityId { get; set; }

Property Value

SecurityId