Suoranta.Finance Namespace
Suoranta.Finance - Developer API

LiquidityProvider..::..AddAskTick Method

Adds the ask tick.

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

Syntax


public void AddAskTick(
	double price,
	int quantity,
	DateTime timestamp
)

Parameters

price
Type: Double
price.
quantity
Type: Int32
The quantity.
timestamp
Type: DateTime
The timestamp.

Remarks


Do not call this method if the instance was created by TickAggregator. Instead, use methods of the ITickSink to add new tick data.