Открываю стоп заявку таким образом ord=new Order { Type = OrderTypes.Conditional, Volume = this.Volume.Text.To<int>(), Price = this.Price.Text.To<double>(), Security = this.Security, Direction = OrderDirections.Buy, StopCondition = new QuikStopCondition , };
А как в коде получить значение этой самой StopPrice у заданного ордера? Пробовал вот так: double price=ord.StopCondition.StopPrice; - не получается..
评论 (1)
登录 或 创建账户, 登录或注册以发表评论