Lean  $LEAN_TAG$
QuantConnect.NumericalPrecisionLimitedEventArgs Class Reference

Event arguments for the IDataProviderEvents.NumericalPrecisionLimited event More...

Inheritance diagram for QuantConnect.NumericalPrecisionLimitedEventArgs:
[legend]

Public Member Functions

 NumericalPrecisionLimitedEventArgs (Symbol symbol, string message)
 Initializes a new instance of the NumericalPrecisionLimitedEventArgs class More...
 

Properties

string Message [get]
 Gets the error message More...
 
- Properties inherited from QuantConnect.DataProviderEventArgs
Symbol Symbol [get]
 Gets the symbol being processed that generated the event More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.DataProviderEventArgs
 DataProviderEventArgs (Symbol symbol)
 Initializes a new instance of the DataProviderEventArgs class More...
 

Detailed Description

Event arguments for the IDataProviderEvents.NumericalPrecisionLimited event

Definition at line 68 of file DataProviderEvents.cs.

Constructor & Destructor Documentation

◆ NumericalPrecisionLimitedEventArgs()

QuantConnect.NumericalPrecisionLimitedEventArgs.NumericalPrecisionLimitedEventArgs ( Symbol  symbol,
string  message 
)

Initializes a new instance of the NumericalPrecisionLimitedEventArgs class

Parameters
symbolSymbol being processed that generated the event
messageThe error message

Definition at line 80 of file DataProviderEvents.cs.

Property Documentation

◆ Message

string QuantConnect.NumericalPrecisionLimitedEventArgs.Message
get

Gets the error message

Definition at line 73 of file DataProviderEvents.cs.


The documentation for this class was generated from the following file: