AnnotationInfo
StockSharp.Xaml.Charting.Ultrachart.UltrachartActiveOrders
Inherits: ViewModelBase
Properties
AutoRemoveFromChart
public bool AutoRemoveFromChart { get; set; }
value = annotationInfo.AutoRemoveFromChart
annotationInfo.AutoRemoveFromChart = value
Auto remove this order from chart when its state is final (Done, Failed).
Balance
public decimal Balance { get; set; }
value = annotationInfo.Balance
annotationInfo.Balance = value
Order contracts balance.
IsFrozen
public bool IsFrozen { get; set; }
value = annotationInfo.IsFrozen
annotationInfo.IsFrozen = value
Do not allow user to edit the order from chart.
Price
public decimal Price { get; set; }
value = annotationInfo.Price
annotationInfo.Price = value
Order price.
PriceStep
public decimal PriceStep { get; set; }
value = annotationInfo.PriceStep
annotationInfo.PriceStep = value
Price step.
State
public OrderStates State { get; set; }
value = annotationInfo.State
annotationInfo.State = value
Order state.