Tick level notification.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
void NewTick( Symbol symbol, BarData partialBar, TickData tick ) |
| Visual Basic (Declaration) |
|---|
Sub NewTick ( _ symbol As Symbol, _ partialBar As BarData, _ tick As TickData _ ) |
| Visual C++ |
|---|
void NewTick( Symbol^ symbol, BarData^ partialBar, TickData tick ) |
Parameters
- symbol
- Type: RightEdge.Common..::.Symbol
Symbol that received a tick.
- partialBar
- Type: RightEdge.Common..::.BarData
The current bar that the tick will be added to.
- tick
- Type: RightEdge.Common..::.TickData
A TickData structure instance containing the latest tick information.
Remarks
This function is called each time new tick data for the specified
symbol is received.