Click or drag to resize
StrategyBaseQuantity Property
Gets or sets the order quantity size. This property can be set only when the strategy is in Initialize state.

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public int Quantity { get; set; }

Property Value

Type: Int32
See Also