Lean
$LEAN_TAG$
|
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... | |
Defines the parameters for IPriceVariationModel.GetMinimumPriceVariation
Definition at line 22 of file GetMinimumPriceVariationParameters.cs.
QuantConnect.Securities.GetMinimumPriceVariationParameters.GetMinimumPriceVariationParameters | ( | Security | security, |
decimal | referencePrice | ||
) |
Initializes a new instance of the GetMinimumPriceVariationParameters class
security | The security |
referencePrice | The reference price to be used for the calculation |
Definition at line 39 of file GetMinimumPriceVariationParameters.cs.
|
get |
Gets the security
Definition at line 27 of file GetMinimumPriceVariationParameters.cs.
|
get |
Gets the reference price to be used for the calculation
Definition at line 32 of file GetMinimumPriceVariationParameters.cs.