Skip to content

NumericalPrecisionLimitedEventArgs

QuantConnect.NumericalPrecisionLimitedEventArgs

NumericalPrecisionLimitedEventArgs(
    symbol: Union[Symbol, str, BaseContract], message: str
)

Bases: DataProviderEventArgs

Event arguments for the IDataProviderEvents.numerical_precision_limited event

Initializes a new instance of the NumericalPrecisionLimitedEventArgs class

Parameters:

Name Type Description Default
symbol Union[Symbol, str, BaseContract]

Symbol being processed that generated the event

required
message str

The error message

required

message

message: str

Gets the error message

symbol

symbol: Symbol

Gets the symbol being processed that generated the event