IndexSecurityPage

StockSharp.Xaml.Windows.Maui

Page for creating/editing index securities.

Inherits: ContentPage

Constructors

IndexSecurityPage()

Creates a new IndexSecurityPage.

IndexSecurityPage(Security)

Creates a page for editing an existing security.

Properties

ExchangeInfoProvider : IExchangeInfoProvider

Gets or sets the exchange info provider.

Security : Security

The created/edited security.

SecurityStorage : ISecurityStorage

Gets or sets the security storage.

ViewModel : IndexSecurityViewModel

Gets the ViewModel.

Events

SecuritySaved : EventHandler<Security>

Raised when security is saved.