IInnerModelList

StockSharp.Algo.Derivatives.BasketBlackScholes

The interface describing the internal models collection InnerModels.

Implements: ISynchronizedCollection<BlackScholes>, ISynchronizedCollection, ISynchronizable, ICollection<BlackScholes>, IEnumerable<BlackScholes>, IEnumerable

Properties

Item : BlackScholes

To get the model for calculating Greeks values by the Black-Scholes formula for a particular option.

option
Options contract.

Returns: The model. If the option is not registered, then will be returned.