Processes tick data.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void ProcessTick( TickData tick ) |
| Visual Basic (Declaration) |
|---|
Public Sub ProcessTick ( _ tick As TickData _ ) |
| Visual C++ |
|---|
public: void ProcessTick( TickData tick ) |
Parameters
- tick
- Type: RightEdge.Common..::.TickData
Incoming TickData structure.
Remarks
This method will take tick data of varying tick types and assemble a bar.
Once the processing is completed, it fires the NewTick event.