Tick data received delegate.

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

Syntax

C#
public delegate void GotTickData(
	Symbol symbol,
	TickData data
)
Visual Basic (Declaration)
Public Delegate Sub GotTickData ( _
	symbol As Symbol, _
	data As TickData _
)
Visual C++
public delegate void GotTickData(
	Symbol^ symbol, 
	TickData data
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol this tick data belongs to.
data
Type: RightEdge.Common..::.TickData
Populated TickData structure.

See Also