TheorPriceQuotingStrategy
StockSharp.Algo.Strategies.Quoting
Котировка теоретической цены опциона.
Наследует: BestByPriceQuotingStrategy
Конструкторы
TheorPriceQuotingStrategy
public TheorPriceQuotingStrategy()
theorPriceQuotingStrategy = TheorPriceQuotingStrategy()
Инициализирует новый экземпляр TheorPriceQuotingStrategy.
Свойства
TheorPriceOffset
public Range<Unit> TheorPriceOffset { get; set; }
value = theorPriceQuotingStrategy.TheorPriceOffset
theorPriceQuotingStrategy.TheorPriceOffset = value
Теоретическая компенсация цен.
Методы
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = theorPriceQuotingStrategy.CreateBehavior()
Создайте IQuotingBehavior.
Возвращает: IQuotingBehavior