Called when the position is available.

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

Syntax

C#
public delegate void PositionAvailableDelegate(
	Symbol symbol,
	int shares
)
Visual Basic (Declaration)
Public Delegate Sub PositionAvailableDelegate ( _
	symbol As Symbol, _
	shares As Integer _
)
Visual C++
public delegate void PositionAvailableDelegate(
	Symbol^ symbol, 
	int shares
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol of the position.
shares
Type: System..::.Int32
Number of shares.

See Also