Click or drag to resize

StrategyBaseProductType Property

Gets or sets the order productType. The property should be set when the strategy is in Initialize state.

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

Property Value

Type: ProductType
See Also