Lean  $LEAN_TAG$
QuantConnect.Securities.GetMinimumPriceVariationParameters Class Reference

Defines the parameters for IPriceVariationModel.GetMinimumPriceVariation More...

Public Member Functions

 GetMinimumPriceVariationParameters (Security security, decimal referencePrice)
 Initializes a new instance of the GetMinimumPriceVariationParameters class More...
 

Properties

Security Security [get]
 Gets the security More...
 
decimal ReferencePrice [get]
 Gets the reference price to be used for the calculation More...
 

Detailed Description

Defines the parameters for IPriceVariationModel.GetMinimumPriceVariation

Definition at line 22 of file GetMinimumPriceVariationParameters.cs.

Constructor & Destructor Documentation

◆ GetMinimumPriceVariationParameters()

QuantConnect.Securities.GetMinimumPriceVariationParameters.GetMinimumPriceVariationParameters ( Security  security,
decimal  referencePrice 
)

Initializes a new instance of the GetMinimumPriceVariationParameters class

Parameters
securityThe security
referencePriceThe reference price to be used for the calculation

Definition at line 39 of file GetMinimumPriceVariationParameters.cs.

Property Documentation

◆ Security

Security QuantConnect.Securities.GetMinimumPriceVariationParameters.Security
get

Gets the security

Definition at line 27 of file GetMinimumPriceVariationParameters.cs.

◆ ReferencePrice

decimal QuantConnect.Securities.GetMinimumPriceVariationParameters.ReferencePrice
get

Gets the reference price to be used for the calculation

Definition at line 32 of file GetMinimumPriceVariationParameters.cs.


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