CandleSample Add Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Add a price to current candle sample

Namespace: NFX.Financial.Market
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Add(
	float price,
	long qty = 0
)

Parameters

price
Type: OnlineSystem Single
Price to be added
qty (Optional)
Type: OnlineSystem Int64
Quantity to be added. Use positive values for Buy-side quantity and negative for Sell-side quantity
See Also