Called by the framework to indicate that a new simulated tick has arrived.

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

Syntax

C#
void SimTick(
	Symbol symbol,
	TickData tick
)
Visual Basic (Declaration)
Sub SimTick ( _
	symbol As Symbol, _
	tick As TickData _
)
Visual C++
void SimTick(
	Symbol^ symbol, 
	TickData tick
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol of the tick.
tick
Type: RightEdge.Common..::.TickData
Tick data, including the type, price, and size.

See Also