Interface IStrategiesDashboardItem
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Row item for StrategiesDashboard.
public interface IStrategiesDashboardItem : IDisposable
- Inherited Members
- Extension Methods
Properties
ClosePositionCommand
Close position for selected strategy command.
ICommand ClosePositionCommand { get; }
Property Value
Error
Last error.
Exception Error { get; }
Property Value
IsFormed
Formed.
bool IsFormed { get; }
Property Value
IsOnline
Online.
bool IsOnline { get; }
Property Value
Name
Display name.
string Name { get; }
Property Value
OpenCommand
Open strategy.
ICommand OpenCommand { get; }
Property Value
OrdersCount
Total number of orders.
int OrdersCount { get; }
Property Value
PnLChange
P&L change.
decimal PnLChange { get; }
Property Value
PnLValues
P&L values.
IList<Tuple<DateTime, decimal>> PnLValues { get; }
Property Value
Portfolio
Portfolio.
Portfolio Portfolio { get; set; }
Property Value
Position
Position.
decimal Position { get; }
Property Value
ProcessState
Process state.
ProcessStates ProcessState { get; }
Property Value
RiskRulesCommand
Risk management for selected strategy command.
ICommand RiskRulesCommand { get; }
Property Value
Security
Security.
Security Security { get; set; }
Property Value
SettingsCommand
Settings for selected strategy command.
ICommand SettingsCommand { get; }
Property Value
StartCommand
Start strategy command.
ICommand StartCommand { get; }
Property Value
StopCommand
Stop strategy command.
ICommand StopCommand { get; }
Property Value
TradesCount
Total number of trades.
int TradesCount { get; }
Property Value
TradingMode
Trading mode.
StrategyTradingModes TradingMode { get; set; }