VolatilityQuotingStrategy
StockSharp.Algo.Strategies.Quoting
Котировка волатильности опционов.
Наследует: BestByPriceQuotingStrategy
Конструкторы
VolatilityQuotingStrategy
public VolatilityQuotingStrategy()
volatilityQuotingStrategy = VolatilityQuotingStrategy()
Инициализирует новый экземпляр VolatilityQuotingStrategy.
Свойства
IVRange
public Range<decimal> IVRange { get; set; }
value = volatilityQuotingStrategy.IVRange
volatilityQuotingStrategy.IVRange = value
Диапазон волатильности.
Model
public IBlackScholes Model { get; set; }
value = volatilityQuotingStrategy.Model
volatilityQuotingStrategy.Model = value
IBlackScholes
Методы
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = volatilityQuotingStrategy.CreateBehavior()
Создайте IQuotingBehavior.
Возвращает: IQuotingBehavior