Table of Contents

Class VolatilityQuotingBehavior

Namespace
StockSharp.Algo.Strategies.Quoting
Assembly
StockSharp.Algo.dll

Quoting behavior for options based on volatility range using the Black-Scholes model.

public class VolatilityQuotingBehavior : IQuotingBehavior
Inheritance
VolatilityQuotingBehavior
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the VolatilityQuotingBehavior class.

Constructors

VolatilityQuotingBehavior(Range<decimal>, IBlackScholes)

Quoting behavior for options based on volatility range using the Black-Scholes model.

public VolatilityQuotingBehavior(Range<decimal> ivRange, IBlackScholes model)

Parameters

ivRange Range<decimal>

Volatility range (in percentage).

model IBlackScholes

Black-Scholes model for option pricing.

Remarks

Initializes a new instance of the VolatilityQuotingBehavior class.