Interface BasketBlackScholes.IInnerModelList
- Namespace
- StockSharp.Algo.Derivatives
- Assembly
- StockSharp.Algo.dll
The interface describing the internal models collection InnerModels.
public interface BasketBlackScholes.IInnerModelList : ISynchronizedCollection<BlackScholes>, ISynchronizedCollection, ICollection<BlackScholes>, IEnumerable<BlackScholes>, IEnumerable
- Inherited Members
- Extension Methods
Properties
this[Security]
To get the model for calculating Greeks values by the Black-Scholes formula for a particular option.
BlackScholes this[Security option] { get; }
Parameters
option
SecurityOptions contract.
Property Value
- BlackScholes
The model. If the option is not registered, then null will be returned.