Interface IOptionPositionChart
- Namespace
- StockSharp.Algo.Derivatives
- Assembly
- StockSharp.Algo.dll
The chart showing the position and options Greeks regarding to the underlying asset.
public interface IOptionPositionChart : IThemeableChart, IPersistable
- Inherited Members
- Extension Methods
Properties
Model
Portfolio model for calculating the values of Greeks by the Black-Scholes formula.
BasketBlackScholes Model { get; set; }
Property Value
Methods
Refresh(decimal?, DateTimeOffset?, DateTimeOffset?)
To redraw the chart.
void Refresh(decimal? assetPrice = null, DateTimeOffset? currentTime = null, DateTimeOffset? expiryDate = null)
Parameters
assetPrice
decimal?The current price of the underlying asset.
currentTime
DateTimeOffset?The current time.
expiryDate
DateTimeOffset?The expiration date.