Class MarketDepthImpliedVolatilityDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Implied volatility market depth element.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ImpliedVolatility", Description = "ImpliedVolatilityMarketDepth", GroupName = "Options")]
[Doc("topics/designer/strategies/using_visual_designer/elements/options/iv_book.html")]
public class MarketDepthImpliedVolatilityDiagramElement : OptionsBaseModelDiagramElement<IBlackScholes>, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable- Inheritance
- 
      
      
      
      
      
      
      MarketDepthImpliedVolatilityDiagramElement
- Implements
- Inherited Members
- Extension Methods
Constructors
MarketDepthImpliedVolatilityDiagramElement()
Initializes a new instance of the MarketDepthImpliedVolatilityDiagramElement.
public MarketDepthImpliedVolatilityDiagramElement()Properties
IconName
Icon resource name.
public override string IconName { get; }Property Value
TypeId
The unique identifier of the diagram element type.
public override Guid TypeId { get; }