Creates and initializes a symbol script object for each symbol in the trading portfolio.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void Initialize(
	SystemBase system
)
Visual Basic (Declaration)
Public Sub Initialize ( _
	system As SystemBase _
)
Visual C++
public:
void Initialize(
	SystemBase^ system
)

Parameters

system
Type: RightEdge.Common..::.SystemBase
A reference to the system object.

See Also