Lean  $LEAN_TAG$
QuantConnect.Indicators.PivotPointsEventArgs Class Reference

Event arguments class for the PivotPointsHighLow.NewPivotPointFormed event More...

Inheritance diagram for QuantConnect.Indicators.PivotPointsEventArgs:
[legend]

Public Member Functions

 PivotPointsEventArgs (PivotPoint pivotPoint)
 Creates a new instance of PivotPointsEventArgs More...
 

Properties

PivotPoint PivotPoint [get]
 New pivot point More...
 

Detailed Description

Event arguments class for the PivotPointsHighLow.NewPivotPointFormed event

Definition at line 313 of file PivotPointsHighLow.cs.

Constructor & Destructor Documentation

◆ PivotPointsEventArgs()

QuantConnect.Indicators.PivotPointsEventArgs.PivotPointsEventArgs ( PivotPoint  pivotPoint)

Creates a new instance of PivotPointsEventArgs

Parameters
pivotPoint

Definition at line 324 of file PivotPointsHighLow.cs.

Property Documentation

◆ PivotPoint

PivotPoint QuantConnect.Indicators.PivotPointsEventArgs.PivotPoint
get

New pivot point

Definition at line 318 of file PivotPointsHighLow.cs.


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