UNPKG
growwapi
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
0.0.5
0.0.4
0.0.1
NodeJS SDK for Groww trading APIs
github.com/NithinSGowda/growwapi
NithinSGowda/growwapi
growwapi
/
dist
/
types
/
enums
/
InstrumentType.js
9 lines
(8 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
var
InstrumentType
; (
function
(
InstrumentType
) {
InstrumentType
[
"CE"
] =
"CE"
;
InstrumentType
[
"EQ"
] =
"EQ"
;
InstrumentType
[
"FUT"
] =
"FUT"
;
InstrumentType
[
"IDX"
] =
"IDX"
;
InstrumentType
[
"PE"
] =
"PE"
; })(
InstrumentType
|| (
InstrumentType
= {}));