ActiveCondition
StockSharp.InteractiveBrokers.InteractiveBrokersOrderCondition
Условия для заказов GTC.
Наследует: BaseCondition
Свойства
Start
public DateTime? Start { get; set; }
value = activeCondition.Start
activeCondition.Start = value
Время начала.
Stop
public DateTime? Stop { get; set; }
value = activeCondition.Stop
activeCondition.Stop = value
Конец времени.