Suoranta.Finance Namespace
Suoranta.Finance - Developer API

TickAggregator Class

Aggregates tick data from multiple LiquidityProviders to Bid and Ask Books and into candles. Implements ICandleSource.

Namespace:  Suoranta.Finance.Data.Tick
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public class TickAggregator : ICandleSource, 
	IDisposable

Remarks


The candles and NewCandle events are automatically generated for DefaultBarWidth. Other durations can be added through TrackCandles(TimeSpan).

Inheritance Hierarchy


Object
  Suoranta.Finance.Data.Tick..::..TickAggregator