CommissionPage
StockSharp.Xaml.Windows.Maui
Commission rules page.
Inherits: ContentPage
Constructors
CommissionPage()
Creates a new CommissionPage.
Properties
ViewModel : CommissionViewModel
Gets the ViewModel.
Methods
SetRuleTypes(IEnumerable<Type>)
Set available rule types.
Events
AddRuleRequested : EventHandler<Type>
Event raised when add rule is requested.
Completed : EventHandler<bool>
Event raised when completed.
RemoveRuleRequested : EventHandler<CommissionRuleItemViewModel>
Event raised when remove rule is requested.