[This is preliminary documentation and is subject to change.]
Add a price to current candle sample
Namespace: NFX.Financial.MarketAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void Add(
float price,
long qty = 0
)
public void Add(
float price,
long qty = 0
)
Public Sub Add (
price As Single,
Optional qty As Long = 0
)
Public Sub Add (
price As Single,
Optional qty As Long = 0
)
public:
void Add(
float price,
long long qty = 0
)
public:
void Add(
float price,
long long qty = 0
)
member Add :
price : float32 *
?qty : int64
(* Defaults:
let _qty = defaultArg qty 0
*)
-> unit
member Add :
price : float32 *
?qty : int64
(* Defaults:
let _qty = defaultArg qty 0
*)
-> unit
Parameters
- price
- Type:
System Single
Price to be added
- qty (Optional)
- Type:
System Int64
Quantity to be added.
Use positive values for Buy-side quantity and negative for Sell-side quantity