Table of Contents

Interface IOptionPositionChart

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.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

BasketBlackScholes

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.