Click or drag to resize

Kite.GetAvgBoughtPrice Method

DotNet Library For Kite Connect API

Get's Avg Bought Price for the symbol.

Namespace:  KiteNet
Assembly:  KiteNet (in KiteNet.dll) Version: 1.3.0.0
Syntax
public double GetAvgBoughtPrice(
	string Exch,
	string TrdSym
)

Parameters

Exch
Type: System.String
Exch
TrdSym
Type: System.String
Trade Symbol

Return Value

Type: Double
Avg Bought Price
Remarks
None
See Also