Добрый вечер.
Прошу помощи в отношении сабжа, не получается нормально создать стоп-
лимит заявку...
Пробовал так:
var order = new Order
{
Type = OrderTypes.Conditional,
Volume = 1,
Price = 900,
Security = security,
Direction =
OrderDirections.Sell,
StopCondition = new QuikStopCondition
{
Type = QuikStopConditionTypes.StopLimit,
StopPrice = 900,
},
};
trader.RegisterOrder(order);