API Reference / GlobalHoldingResponse
Interface: GlobalHoldingResponse
Defined in: src/types/global-stocks.types.ts:74
Indexable
[
key:string]:unknown
Properties
dhanClientId?
optionaldhanClientId?:string
Defined in: src/types/global-stocks.types.ts:75
securityId?
optionalsecurityId?:string
Defined in: src/types/global-stocks.types.ts:76
tradingSymbol?
optionaltradingSymbol?:string
Defined in: src/types/global-stocks.types.ts:77
displayName?
optionaldisplayName?:string
Defined in: src/types/global-stocks.types.ts:78
totalQty?
optionaltotalQty?:number
Defined in: src/types/global-stocks.types.ts:79
availableQty?
optionalavailableQty?:number
Defined in: src/types/global-stocks.types.ts:80
avgCostPrice?
optionalavgCostPrice?:number
Defined in: src/types/global-stocks.types.ts:81
lastTradedPrice?
optionallastTradedPrice?:number
Defined in: src/types/global-stocks.types.ts:82
currentValue?
optionalcurrentValue?:number
Defined in: src/types/global-stocks.types.ts:83
investedValue?
optionalinvestedValue?:number
Defined in: src/types/global-stocks.types.ts:84
totalGain?
optionaltotalGain?:number
Defined in: src/types/global-stocks.types.ts:85
dayChange?
optionaldayChange?:number
Defined in: src/types/global-stocks.types.ts:86