Suoranta.Finance Namespace
Suoranta.Finance - Developer API

LiquidityProvider..::..AddBidTick Method

Adds the bid tick.

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

Syntax


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

Parameters

price
Type: Double
The 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.