Статические открытые данные |
static RoutedUICommand | RequestOrder = new RoutedUICommand(RM.GetStringOrId("TradeCommands.MakeOrder"), "MakeOrder", typeof(BaseContentControl)) |
static RoutedUICommand | MakeOrder = new RoutedUICommand(RM.GetStringOrId("Make Order"), "Make Order", typeof(BaseContentControl)) |
static RoutedUICommand | RequestChangeOrder = new RoutedUICommand(RM.GetStringOrId("TradeCommands.ChangeOrder"), "ChangeOrder", typeof(BaseContentControl)) |
static RoutedCommand | ChangeOrder = new RoutedCommand() |
static RoutedCommand | ChangeOrderDirect = new RoutedCommand() |
static RoutedCommand | CancelOrder = new RoutedCommand() |
static RoutedUICommand | RequestCancelOrder = new RoutedUICommand(RM.GetStringOrId("TradeCommands.CancelOrder"), "CancelOrder", typeof(BaseContentControl)) |
static RoutedUICommand | CancelEditOrder = new RoutedUICommand(RM.GetStringOrId("Cancel"), "CancelEditOrder", typeof(BaseContentControl)) |
static RoutedUICommand | RequestOrdersManager = new RoutedUICommand(RM.GetStringOrId("TradeCommands.OrdersManager"), "OrdersManager", typeof(BaseContentControl)) |
static RoutedUICommand | OpenOrdersManager = new RoutedUICommand(RM.GetStringOrId("TradeCommands.OrdersManager"), "OrdersManager", typeof(BaseContentControl)) |
static ICommand | RequestShowGraph = new RoutedUICommand(RM.GetStringOrId("Chart"), "Chart", typeof(BaseContentControl)) |
static ICommand | RequestShowQueue = new RoutedUICommand(RM.GetStringOrId("OrdersQueue"), "Orders Queue", typeof(BaseContentControl)) |
static ICommand | RequestShowQuotation = new RoutedUICommand(RM.GetStringOrId("Quotation"), "Quotation", typeof(BaseContentControl)) |
static ICommand | RequestShowAllTrades = new RoutedUICommand(RM.GetStringOrId("AllTrades"), "AllTrades", typeof(BaseContentControl)) |
static RoutedUICommand | ShowNewGraph = new RoutedUICommand(RM.GetStringOrId("Chart"), "Chart", typeof(BaseContentControl)) |
static RoutedUICommand | ShowNewQueue = new RoutedUICommand(RM.GetStringOrId("OrdersQueue"), "Orders Queue", typeof(BaseContentControl)) |
static RoutedUICommand | ShowNewQuotation = new RoutedUICommand(RM.GetStringOrId("Quotation"), "Quotation", typeof(BaseContentControl)) |
static RoutedUICommand | ShowNewAllTrades = new RoutedUICommand(RM.GetStringOrId("AllTrades"), "AllTrades", typeof(BaseContentControl)) |
static readonly RoutedUICommand | ShowPortfolioManage |
static ICommand | ClosePosition |
static ICommand | CloseAllPortfolioPositions |
static ICommand | ShowTabList |
static ICommand | MoveToTab |
static ICommand | ShowEverywhere |
static ICommand | CloneWindow |
static ICommand | Debug = new RoutedUICommand("Debug", "Debug", typeof(TradeCommands)) |