ConnectorPage
StockSharp.Xaml.Windows.Maui
Page for configuring connections.
Inherits: ContentPage
Constructors
Properties
Adapter
public BasketMessageAdapter Adapter { get; set; }
value = connectorPage.Adapter
connectorPage.Adapter = value
Gets or sets the basket adapter.
AutoConnect
public bool AutoConnect { get; set; }
value = connectorPage.AutoConnect
connectorPage.AutoConnect = value
Gets or sets whether to auto-connect.
ConnectorsInfo
public IList<ConnectorInfo> ConnectorsInfo { get; }
value = connectorPage.ConnectorsInfo
Gets the available connector types.
ViewModel
public ConnectorWindowViewModel ViewModel { get; }
value = connectorPage.ViewModel
Gets the ViewModel.
Events
Closed
public event EventHandler<bool> Closed
connectorPage.Closed += handler
Raised when the page is closed with a result.