FundamentalReportMarketDataMessage
StockSharp.InteractiveBrokers
The message to receive market reports for the specified instrument. The results will come through the FundamentalReportMessage message.
Inherits: MarketDataMessage
Constructors
FundamentalReportMarketDataMessage
public FundamentalReportMarketDataMessage()
fundamentalReportMarketDataMessage = FundamentalReportMarketDataMessage()
Initializes a new instance of the FundamentalReportMarketDataMessage.
Properties
Report
public FundamentalReports Report { get; set; }
value = fundamentalReportMarketDataMessage.Report
fundamentalReportMarketDataMessage.Report = value
The report type.
Methods
Clone
public override Message Clone()
result = fundamentalReportMarketDataMessage.Clone()
Create a copy of FundamentalReportMarketDataMessage.
Returns: Copy.