IOptionPositionChart

StockSharp.Algo.Derivatives

Диаграмма, показывающая положение и опционы греков относительно базового актива.

Реализует: IThemeableChart, IPersistable

Свойства

Model
public BasketBlackScholes Model { get; set; }
value = iOptionPositionChart.Model
iOptionPositionChart.Model = value

Портфельная модель расчета стоимости греков по формуле Блэка-Шоулза.

Методы

Refresh
public void Refresh(decimal? assetPrice, DateTime? currentTime, DateTime? expiryDate)
iOptionPositionChart.Refresh(assetPrice, currentTime, expiryDate)

Чтобы перерисовать диаграмму.

assetPrice
Текущая цена базового актива.
currentTime
Текущее время.
expiryDate
Срок годности.