Click or drag to resize

StrategyAccount Property

Gets or sets the account associated with the strategy. This property can be set only when the strategy is in Initialize state.

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public Account Account { get; set; }

Property Value

Account
See Also