IStrategiesDashboardItem
StockSharp.Xaml
Item da linha para StrategiesDashboard.
Implementa: IDisposable
Propriedades
ClosePositionCommand
public ICommand ClosePositionCommand { get; }
value = iStrategiesDashboardItem.ClosePositionCommand
Fechar posição para o comando de estratégia selecionado.
OpenCommand
public ICommand OpenCommand { get; }
value = iStrategiesDashboardItem.OpenCommand
Estratégia aberta.
OrdersCount
public int OrdersCount { get; }
value = iStrategiesDashboardItem.OrdersCount
Número total de pedidos.
PnLChange
public decimal PnLChange { get; }
value = iStrategiesDashboardItem.PnLChange
Alteração da P&L.
PnLRealized
public decimal PnLRealized { get; }
value = iStrategiesDashboardItem.PnLRealized
P&L percebeu.
PnLUnrealized
public decimal PnLUnrealized { get; }
value = iStrategiesDashboardItem.PnLUnrealized
P&L não realizado.
PnLValues
public IList<Tuple<DateTime, decimal>> PnLValues { get; }
value = iStrategiesDashboardItem.PnLValues
Valores de P&L.
Portfolio
public Portfolio Portfolio { get; set; }
value = iStrategiesDashboardItem.Portfolio
iStrategiesDashboardItem.Portfolio = value
Portfólio.
ProcessState
public ProcessStates ProcessState { get; }
value = iStrategiesDashboardItem.ProcessState
Estado do processo.
RiskRulesCommand
public ICommand RiskRulesCommand { get; }
value = iStrategiesDashboardItem.RiskRulesCommand
Gestão de riscos para o comando de estratégia seleccionado.
Security
public Security Security { get; set; }
value = iStrategiesDashboardItem.Security
iStrategiesDashboardItem.Security = value
Instrumento financeiro.
SettingsCommand
public ICommand SettingsCommand { get; }
value = iStrategiesDashboardItem.SettingsCommand
Configuração do comando de estratégia seleccionado.
StartCommand
public ICommand StartCommand { get; }
value = iStrategiesDashboardItem.StartCommand
Iniciar comando de estratégia.
StopCommand
public ICommand StopCommand { get; }
value = iStrategiesDashboardItem.StopCommand
Pare o comando de estratégia.
TradesCount
public int TradesCount { get; }
value = iStrategiesDashboardItem.TradesCount
Número total de transações.
TradingMode
public StrategyTradingModes TradingMode { get; set; }
value = iStrategiesDashboardItem.TradingMode
iStrategiesDashboardItem.TradingMode = value
Modo de negociação.